Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
VarNotAssigned.groovy
blob: 132e40c38d97b496821c46e90f1c8a6a57778f10 [
file
] [
log
] [
blame
]
def
i
=
0
;
def
a
,
b
(
a
,
b
)
=
[
i
++,
<
warning descr
=
"Variable 'a' might not be assigned"
>
a
</
warning
>]
println a
println b