Report EXPERIMENTAL_ANNOTATION_ON_WRONG_TARGET without explicit @Target
#KT-48349 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
865fccdd29
commit
7b0e5927cb
+6
@@ -35426,6 +35426,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
public void testWasExperimental() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/wasExperimental.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("wrongTargetsWithoutExplicitTarget.kt")
|
||||
public void testWrongTargetsWithoutExplicitTarget() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/wrongTargetsWithoutExplicitTarget.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user