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