summaryrefslogblamecommitdiff
path: root/test/files/pos/t9393/NamedImpl_2.java
blob: c87e94016dbb17e23557dd63b8725c6d1d833991 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                  
                   


                                       
                                             




                                                         
/*
 * Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
 */
package bug;

import bug.Named_2;
import java.io.Serializable;
import java.lang.annotation.Annotation;

public class NamedImpl_2 implements Named_2 {

    public Class<? extends Annotation> annotationType() {
        return null;
    }
}