diff --git a/compiler/testData/foreignAnnotations/tests/jsr305/nullabilityWarnings/fromPlatformTypes/delegation.kt b/compiler/testData/foreignAnnotations/tests/jsr305/nullabilityWarnings/fromPlatformTypes/delegation.kt index d530aaa8e1f..b68e3d8ce6b 100644 --- a/compiler/testData/foreignAnnotations/tests/jsr305/nullabilityWarnings/fromPlatformTypes/delegation.kt +++ b/compiler/testData/foreignAnnotations/tests/jsr305/nullabilityWarnings/fromPlatformTypes/delegation.kt @@ -1,5 +1,5 @@ // JSR305_GLOBAL_REPORT warn - +// FULL_JDK // FILE: J.java import java.util.*; diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/checkers/AbstractForeignAnnotationsTest.kt b/compiler/tests-common/tests/org/jetbrains/kotlin/checkers/AbstractForeignAnnotationsTest.kt index 0a6686952e9..73098abd814 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/checkers/AbstractForeignAnnotationsTest.kt +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/checkers/AbstractForeignAnnotationsTest.kt @@ -54,8 +54,6 @@ abstract class AbstractForeignAnnotationsTest : AbstractDiagnosticsTest() { override fun getConfigurationKind(): ConfigurationKind = ConfigurationKind.ALL - override fun getTestJdkKind(testFiles: List): TestJdkKind = TestJdkKind.FULL_JDK - open protected val annotationsPath: String get() = FOREIGN_ANNOTATIONS_SOURCES_PATH