blob: 7d4f5f239652ee2886e9e4f8d13de359ef1d8731 [file] [log] [blame]
class Test {
String foo() {
return "";
}
void bar() {
String s = foo();
}
}