Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
UnresolvedLhsAssignment.groovy
blob: 3cc5d0af95f0a761f03b833e58984f32ae918f44 [
file
] [
log
] [
blame
]
class
Zoo
{
def
foo
()
{
<
warning descr
=
"Cannot resolve symbol 'xxxx'"
>
xxxx
</
warning
>
=
2
}
}
xxx
=
3