[KLIB] Add regression to about VarAsFun type parameter leak

This commit is contained in:
Roman Artemev
2020-03-12 12:54:04 +03:00
committed by romanart
parent 8c1772d623
commit 34c17e2bed
7 changed files with 90 additions and 0 deletions
@@ -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");
}
}
}
@@ -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");
}
}
}