[CJS BE] don't crash when intersection types passed for a reified parameter
#KT-37163 Fixed
This commit is contained in:
+15
@@ -25519,6 +25519,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedIntersectionType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedIntersectionTypeArgument.kt")
|
||||
public void testReifiedIntersectionTypeArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedIntersectionTypeArgumentCrossModule.kt")
|
||||
public void testReifiedIntersectionTypeArgumentCrossModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedIntersectionTypeArgumentCrossModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt")
|
||||
public void testReifiedTypeArgumentWithIntersectionTypeAsTypeArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/reifiedTypeArgumentWithIntersectionTypeAsTypeArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safecast.kt")
|
||||
public void testSafecast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reified/safecast.kt");
|
||||
|
||||
Reference in New Issue
Block a user