Create tests for TYPE_USE nullability annotations
- tests and declarations for checkerframework has been moved, because they only Java 8 targeted - tests for eclipse annotations has been just copied, because there are two jars: one for Java 8 and other for earlier versions
This commit is contained in:
@@ -343,6 +343,9 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractDiagnosticsWithFullJdkTest>("DiagnosticsWithJava8TestGenerated") {
|
||||
model("diagnostics/testsWithJava8")
|
||||
}
|
||||
testClass<AbstractForeignJava8AnnotationsTest>() {
|
||||
model("foreignAnnotationsJava8/tests")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user