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