Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
LocalVariableInStaticContext.groovy
blob: 6c37ec9a007d8b4ab37c1c5b952e0548b87cb279 [
file
] [
log
] [
blame
]
Jean-Baptiste Queru
b56ea2a
2013-01-08 11:11:20 -0800
[
diff
] [
blame
]
1
static
def
foo
()
{
2
def
a
=
4
;
3
print
a
;
4
}