Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
ShouldNotImplementGroovyObjectMethods.java
blob: 611cd6fa1c8203bf5ce02347dbeed153227beea3 [
file
] [
log
] [
blame
]
class
Bar
extends
Foo
{
groovy
.
lang
.
GroovyObject
go
=
new
Foo
();
}