[FIR] Create test case to validate KT-56988 is working as expected
^KT-56988 Fixed
This commit is contained in:
+6
@@ -44770,6 +44770,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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() {
|
||||
|
||||
+6
@@ -44908,6 +44908,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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