blob: be068c6905b047521902c82b8d7bed5a45cdeff5 [file] [log] [blame]
class A {
void f() {
B b = new B();
Integer i = b.<ref>foo();
}
}