K1 opt-in: fix message/behavior for future error with WasExperimental

This commit is contained in:
Mikhail Glukhikh
2022-11-22 08:30:39 +01:00
committed by Space Team
parent 8ddc535caf
commit f62bdb0e3d
8 changed files with 68 additions and 2 deletions
@@ -37886,6 +37886,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/deeplyNestedClass.kt");
}
@Test
@TestMetadata("duration.kt")
public void testDuration() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/duration.kt");
}
@Test
@TestMetadata("errors.kt")
public void testErrors() throws Exception {