[FIR] Create test case to validate KT-56988 is working as expected
^KT-56988 Fixed
This commit is contained in:
+6
@@ -47140,6 +47140,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
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
@@ -47140,6 +47140,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
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