Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
ThisInStaticContext.groovy
blob: 3ef8c68586574190d261bc3fd6b56ca972afc52c [
file
] [
log
] [
blame
]
class
X
{
static
foo
(){
print
this
.
toString
()
}
}