blob: 7d04043dd5399edd9fffa69c1a4a348f2e10f2a1 [file] [log] [blame]
class Test implements I {
A myField;
void foo() {
myField.foo();
}
}