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