[Test] Add test for KT-55338
This commit is contained in:
committed by
teamcity
parent
a3768b9185
commit
44fd9ddf85
Generated
+6
@@ -30765,6 +30765,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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