blob: 4b22cc7a56ac29f554c3d0a069af4f824e979914 [file] [log] [blame]
package p;
public class Annotation1_in {
public void foo() {
Cell1 c= new Cell1();
}
}
@interface Preliminary { }
class Cell1 {
@Preliminary public /*[*/Cell1/*]*/() { }
}