[KLIB] Add regression to about VarAsFun type parameter leak
This commit is contained in:
Generated
+5
@@ -11937,6 +11937,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testUseImportedMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/useImportedMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varAsFunctionCall.kt")
|
||||
public void testVarAsFunctionCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/varAsFunctionCall.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+5
@@ -12002,6 +12002,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testUseImportedMember() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/useImportedMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varAsFunctionCall.kt")
|
||||
public void testVarAsFunctionCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/serializationRegressions/varAsFunctionCall.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user