JVM IR: Use raw types in SAM wrappers

This commit is contained in:
Steven Schäfer
2020-10-28 17:39:44 +01:00
committed by Alexander Udalov
parent 999151abac
commit a475fa2a21
10 changed files with 79 additions and 7 deletions
@@ -4416,6 +4416,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperPrivateFinalSyntheticField.kt");
}
@TestMetadata("samWrapperRawTypes.kt")
public void testSamWrapperRawTypes() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperRawTypes.kt");
}
@TestMetadata("samWrapperSyntheticFlags.kt")
public void testSamWrapperSyntheticFlags() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperSyntheticFlags.kt");