Deprecate EXPERIMENTAL_IS_NOT_ENABLED diagnostic #KT-47638 Fixed
This commit is contained in:
committed by
teamcityserver
parent
5871f3d663
commit
a92ab1bc86
+6
@@ -34513,6 +34513,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/errors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("experimentalAfterRelease.kt")
|
||||
public void testExperimentalAfterRelease() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/experimentalAfterRelease.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("experimentalAnnotationOnConstructorProperty.kt")
|
||||
public void testExperimentalAnnotationOnConstructorProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user