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