Check if the intersecting types aren't empty during finding the result type for variable fixation
^KT-47941 Fixed
This commit is contained in:
committed by
teamcityserver
parent
3eaa452f9e
commit
93f9d9dacd
+6
@@ -15234,6 +15234,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt44440.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47941.kt")
|
||||
public void testKt47941() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/regressions/kt47941.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt702.kt")
|
||||
public void testKt702() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user