blob: eb902100eda394144cc6963569eba7c3ca88441a [file] [log] [blame]
class Foo {
@org.jetbrains.annotations.NonNls String field;
@org.jetbrains.annotations.NonNls String field2 = "text1";
void foo() {
field = "text2";
}
}