Add tests for merging SAM wrappers and references
This commit is contained in:
@@ -3264,6 +3264,16 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testSamWrapperForNullableInitialization() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperForNullableInitialization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samWrapperOfLambda.kt")
|
||||
public void testSamWrapperOfLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperOfLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samWrapperOfReference.kt")
|
||||
public void testSamWrapperOfReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/sam/samWrapperOfReference.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/statements")
|
||||
|
||||
Reference in New Issue
Block a user