[box-tests] Added test
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user