JVM IR: Generate SAM wrapper classes as non-synthetic
This commit is contained in:
committed by
Alexander Udalov
parent
36711a768b
commit
ec1d42e92b
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user