[FIR] Don't create DNN types for flexible simple types

^KT-50788
This commit is contained in:
Dmitriy Novozhilov
2022-01-18 10:42:05 +03:00
committed by TeamCityServer
parent ceb744b53b
commit 5fc1e2e0cb
8 changed files with 79 additions and 13 deletions
@@ -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 {