Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
LocalVariableInStaticContext.groovy
blob: 6c37ec9a007d8b4ab37c1c5b952e0548b87cb279 [
file
] [
log
] [
blame
]
static
def
foo
()
{
def
a
=
4
;
print
a
;
}