Use new jetbrains annotations with type use target for "load java 8" tests
This commit is contained in:
+5
@@ -25,4 +25,9 @@ public abstract class AbstractLoadJava8Test extends AbstractLoadJavaTest {
|
||||
protected TestJdkKind getJdkKind() {
|
||||
return TestJdkKind.FULL_JDK;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean withForeignAnnotations() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user