blob: affc2b3da86fccb2b81b2aa56ca25688a46a9c88 [file] [log] [blame]
class Test {
Integer f;
void foo(Integer s) {}
void bar() {
foo(f);
}
}