Don't write synthetic arguments to LVT

This commit is contained in:
Mikhael Bogdanov
2019-11-15 13:21:01 +01:00
parent f264942bf9
commit 3196893166
4 changed files with 28 additions and 1 deletions
@@ -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")