[FIR2IR] Approximate non-denotable types when converting ConeType to IrType
This commit is contained in:
committed by
TeamCityServer
parent
c271f953d7
commit
da0fd7cc15
+5
@@ -13790,6 +13790,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionTypeInArguments.kt")
|
||||
public void testIntersectionTypeInArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/intersectionTypeInArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10822.kt")
|
||||
public void testKt10822() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt10822.kt");
|
||||
|
||||
Reference in New Issue
Block a user