[FIR] Don't create DNN types for flexible simple types
^KT-50788
This commit is contained in:
committed by
TeamCityServer
parent
ceb744b53b
commit
5fc1e2e0cb
+6
@@ -2799,6 +2799,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/definitelyNotNullIntersectionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dnnThrowJavaCall.kt")
|
||||
public void testDnnThrowJavaCall() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/dnnThrowJavaCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("elvisAndUnit.kt")
|
||||
public void testElvisAndUnit() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user