Add and (un)mute inline class tests
This commit is contained in:
committed by
Alexander Udalov
parent
f1f0c7e0a0
commit
917ef250cf
@@ -2395,6 +2395,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/callMemberMethodsInsideInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxingInInlineClass.kt")
|
||||
public void testCheckBoxingInInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/checkBoxingInInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkOuterInlineFunctionCall.kt")
|
||||
public void testCheckOuterInlineFunctionCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/checkOuterInlineFunctionCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user