Disable New Inference in JS backend
See #KT-37163 for details
This commit is contained in:
+5
@@ -25366,6 +25366,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedInlineIntoNonInlineableLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedIntersectionType.kt")
|
||||
public void testReifiedIntersectionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedIntersectionType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safecast.kt")
|
||||
public void testSafecast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/safecast.kt");
|
||||
|
||||
Reference in New Issue
Block a user