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