Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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