blob: 92b7623e48cc66dadebb3857c6f76ce07f2d5b48 [file] [log] [blame]
class A implements I {
int method() {
return 0;
}
}