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