summaryrefslogtreecommitdiff
path: root/test/files/run/t9200/Test.java
blob: 8ff0314f6cf90c429da01b582d651672699fe44f (plain) (blame)
1
2
3
4
5
6
public class Test {
    public static void main(String[] args) {
        new C1(new C2()); // Was NoSuchMethodError
    }
}