JVM IR: Generate SAM wrapper classes as non-synthetic

This commit is contained in:
Steven Schäfer
2020-10-28 13:18:13 +01:00
committed by Alexander Udalov
parent 36711a768b
commit ec1d42e92b
5 changed files with 39 additions and 1 deletions
@@ -4410,6 +4410,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
public void testSamWrapperOfReference() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperOfReference.kt");
}
@TestMetadata("samWrapperSyntheticFlags.kt")
public void testSamWrapperSyntheticFlags() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperSyntheticFlags.kt");
}
}
@TestMetadata("compiler/testData/codegen/bytecodeText/statements")