blob: f4876dd59d94a3bdacf4cb8b41a775bd0be6205d [file] [log] [blame]
/*
* @test
* @summary Test that a stub file can have no package, but have an annotation on the class.
* @compile -XDrawDiagnostics -processor org.checkerframework.checker.nullness.NullnessChecker -Astubs=NoPackage.astub Driver2.java -Werror
*/
public class Driver2 {
void test() {}
}