Add tests for constructors taking inline class arguments
This commit is contained in:
committed by
Alexander Udalov
parent
9389d88232
commit
21af7dfbe1
@@ -2478,6 +2478,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/checkOuterInlineFunctionCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constructorBridge.kt")
|
||||
public void testConstructorBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/constructorBridge.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultParametersDontBox.kt")
|
||||
public void testDefaultParametersDontBox() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/defaultParametersDontBox.kt");
|
||||
|
||||
Reference in New Issue
Block a user