[box-tests] Added test

This commit is contained in:
Igor Chevdar
2020-07-15 18:41:18 +05:00
parent 8bbbee8ffd
commit 3c4f0d3c9e
8 changed files with 66 additions and 0 deletions
@@ -121,6 +121,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
}
@TestMetadata("functionExpression.kt")
public void testFunctionExpression() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/functionExpression.kt");
}
@TestMetadata("inlineCallInsideInlineLambda.kt")
public void testInlineCallInsideInlineLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/inlineCallInsideInlineLambda.kt");