[KLIB] Add regression to about VarAsFun type parameter leak
This commit is contained in:
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user