Fix diagnostic inferred type calculation for null in some cases
#KT-36222 fixed
This commit is contained in:
@@ -18091,6 +18091,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTestWithFirVali
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt35668.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36222.kt")
|
||||
public void testKt36222() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt36222.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3647.kt")
|
||||
public void testKt3647() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt3647.kt");
|
||||
|
||||
Generated
+5
@@ -18081,6 +18081,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt35668.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36222.kt")
|
||||
public void testKt36222() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt36222.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3647.kt")
|
||||
public void testKt3647() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/kt3647.kt");
|
||||
|
||||
Reference in New Issue
Block a user