[FIR] Create test case to validate KT-56988 is working as expected
^KT-56988 Fixed
This commit is contained in:
Generated
+6
@@ -47198,6 +47198,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/smartcasts/unsoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("whileLoopNotNull.kt")
|
||||
public void testWhileLoopNotNull() {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/smartcasts/whileLoopNotNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withChangesToNull.kt")
|
||||
public void testWithChangesToNull() {
|
||||
|
||||
Reference in New Issue
Block a user