blob: 167339be06307c7af58d2bc1636159de42c7958c [file] [log] [blame]
class X {
{
String str = "";
foo(str);
}
void foo(String str) {
}
}