Don't write synthetic arguments to LVT
This commit is contained in:
@@ -1584,6 +1584,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testNoEmptyArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/defaultArguments/noEmptyArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noSyntheticParameters.kt")
|
||||
public void testNoSyntheticParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/defaultArguments/noSyntheticParameters.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/directInvoke")
|
||||
|
||||
Reference in New Issue
Block a user