[Test] Add test for KT-55338
This commit is contained in:
committed by
teamcity
parent
a3768b9185
commit
44fd9ddf85
+6
@@ -30669,6 +30669,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/capturedByNested.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedLoopVariable.kt")
|
||||
public void testCapturedLoopVariable() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/capturedLoopVariable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedWithControlJumps.kt")
|
||||
public void testCapturedWithControlJumps() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user