Use new jetbrains annotations with type use target for "load java 8" tests

This commit is contained in:
Victor Petukhov
2020-12-08 15:44:04 +03:00
parent 6f64e2c036
commit 8777d28228
48 changed files with 1254 additions and 895 deletions
@@ -25,4 +25,9 @@ public abstract class AbstractLoadJava8Test extends AbstractLoadJavaTest {
protected TestJdkKind getJdkKind() {
return TestJdkKind.FULL_JDK;
}
@Override
protected boolean withForeignAnnotations() {
return true;
}
}