blob: 2d9cf3c1bbaf444876e0c367fafb8b6b92a1e827 [file] [log] [blame]
public class BadCast1 {
public void m() {
// :: error: illegal start of type :: error: not a statement
(@NonNull) "";
}
}