blob: 174f85cd789caf0e6a290d488324f287bb6b9702 [file] [log] [blame]
public class BadCast2 {
public static void main(String[] args) {
// :: error: illegal start of type
String example = (@NonNull) "";
}
}