[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
@@ -14922,6 +14922,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
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");
}
}
}