Add Java8 foreign-annotations tests without jsr305.jar in the classpath

Some of them are expected to fail since neither IntelliJ class reading
nor our fast class reading can read annotations on type arguments
This commit is contained in:
Denis Zharkov
2017-09-11 13:13:18 +03:00
parent 58a0ca61a9
commit fd9025a4fb
13 changed files with 399 additions and 1 deletions
@@ -1,4 +1,5 @@
// !DIAGNOSTICS: -UNUSED_VARIABLE -UNUSED_PARAMETER
// SKIP_COMPILED_JAVA
// FILE: A.java
import org.checkerframework.checker.nullness.qual.*;