[NI] Fix reporting smartcast diagnostics for intersection types
#KT-30826 Fixed
This commit is contained in:
@@ -19611,6 +19611,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt2865.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30826.kt")
|
||||
public void testKt30826() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt30826.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3224.kt")
|
||||
public void testKt3224() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3224.kt");
|
||||
|
||||
Reference in New Issue
Block a user