Don't report EXPERIMENTAL_ANNOTATION_ON_WRONG_TARGET for forbidden targets
#KT-47589 Fixed
This commit is contained in:
committed by
teamcityserver
parent
ac7538a269
commit
d9531f0c61
+6
@@ -34513,6 +34513,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/errors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("experimentalAnnotationOnConstructorProperty.kt")
|
||||
public void testExperimentalAnnotationOnConstructorProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/experimentalAnnotationOnConstructorProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("experimentalIsNotEnabled.kt")
|
||||
public void testExperimentalIsNotEnabled() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user