KT-1436 Nicer compiler errors when the feature isn't supported
This commit is contained in:
committed by
teamcity
parent
e6900ec0f2
commit
1215ae0fe7
+6
@@ -5626,6 +5626,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/initializationInLocalViaExplicitThis_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlinedBreakContinueFeatureDisabled.kt")
|
||||
public void testInlinedBreakContinueFeatureDisabled() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/inlinedBreakContinueFeatureDisabled.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1001.kt")
|
||||
public void testKt1001() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user