blob: 7dd19c912b735fad3f873b6c096111d8c0a85e7c [file] [log] [blame]
public class ResolveMethodDeclarationInInterface {
public static void main(String[] args) {
QY y = new QY();
((QX)y).foo();
}
}