JVM_IR: Maintain annotations in SAM conversion.
Copy method and parameter annotations to the generated SAM implementation method.
This commit is contained in:
+5
@@ -213,6 +213,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotatedLambda/samFunExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samFunReference.kt")
|
||||
public void testSamFunReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotatedLambda/samFunReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samLambda.kt")
|
||||
public void testSamLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotatedLambda/samLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user