Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
SuperWithNotEnclosingClass.groovy
blob: 7663247ad903cafad6f34182d6a0b7d1e17abb86 [
file
] [
log
] [
blame
]
class
X
{
def
foo
()
{
<
error descr
=
"Qualified super is allowed only in nested/inner classes"
>
String
.
super
</
error
>.
toString
()
}
}