summaryrefslogblamecommitdiff
path: root/test/files/jvm/t1464/Test.java
blob: 235848b1dfc98bf016681033a87b5687d373fa68 (plain) (tree)
1
2
3
4
5
6





                                                 
public class Test {
    public static void main(String[] args) {
        Object o = new Object();
        System.out.println(o instanceof MyTrait);
    }
}