blob: 894943706ffd9e25efbbf517ec439374b549f974 [file] [log] [blame]
import java.lang.annotation.*;
@Target({ElementType.TYPE_USE})
@interface TA { }
class Test {
Wrapper foo() {
return new Wrapper(null);
}
}