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