[java decompiler] excludes false inner classes
This commit is contained in:
8
testData/src/pkg/TestGroovyTrait.groovy
Normal file
8
testData/src/pkg/TestGroovyTrait.groovy
Normal file
@@ -0,0 +1,8 @@
|
||||
package pkg
|
||||
|
||||
trait TestGroovyTrait {
|
||||
def myField = 42
|
||||
def myMethod() {
|
||||
42
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user