blob: 6a3daa9add4dc99db903bc754ead4d7d6bb770f0 [file] [log] [blame]
class GroovyClass extends JavaWithGroovyInvoke_0 {
public def fieldNoType = new JavaWithGroovyInvoke_0.OtherJavaClass()
public def JavaWithGroovyInvoke_0.OtherJavaClass fieldWithType = fieldNoType
def methodNoType() {
new JavaWithGroovyInvoke_0.OtherJavaClass()
}
JavaWithGroovyInvoke_0.OtherJavaClass methodWithType() {
new JavaWithGroovyInvoke_0.OtherJavaClass()
}
}