JVM: do not reify methods of objects in lambdas
All type parameters used in them are not from the inline function anyway.
This commit is contained in:
+5
@@ -3085,6 +3085,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt9637_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nameClash.kt")
|
||||
public void testNameClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonCapturingObjectInLambda.kt")
|
||||
public void testNonCapturingObjectInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nonCapturingObjectInLambda.kt");
|
||||
|
||||
Generated
+5
@@ -3085,6 +3085,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt9637_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nameClash.kt")
|
||||
public void testNameClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonCapturingObjectInLambda.kt")
|
||||
public void testNonCapturingObjectInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nonCapturingObjectInLambda.kt");
|
||||
|
||||
Generated
+5
@@ -3085,6 +3085,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/kt9637_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nameClash.kt")
|
||||
public void testNameClash() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nameClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonCapturingObjectInLambda.kt")
|
||||
public void testNonCapturingObjectInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/reified/nonCapturingObjectInLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user