blob: fcd53d61b71bbcff64314e0ddb60c36e80e1a7ae [file] [log] [blame]
class Test {
String foo() {
return new Wrapper("").getMyField();
}
void bar() {
String s = foo();
}
}