blob: 3cc5d0af95f0a761f03b833e58984f32ae918f44 [file] [log] [blame]
class Zoo {
def foo() {
<warning descr="Cannot resolve symbol 'xxxx'">xxxx</warning> = 2
}
}
xxx = 3