Community
Participate
Working Groups
def foo() { return ^class.getDeclaredField('foo').get(this) } workaround : def foo() { val result = ^class.getDeclaredField('foo').get(this) return result }
Fixed and tests pushed to MASTER
Closing all bugs that were set to RESOLVED before Neon.0