[NI] Record substituted generic signature for SAM arguments

#KT-36297 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-02-03 18:43:31 +03:00
parent 8ef79f932c
commit cb07c9172f
6 changed files with 113 additions and 1 deletions
@@ -26536,6 +26536,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/sam/receiverEvaluatedOnce.kt");
}
@TestMetadata("recordSubstitutedTypeForCallableSamParameter.kt")
public void testRecordSubstitutedTypeForCallableSamParameter() throws Exception {
runTest("compiler/testData/codegen/box/sam/recordSubstitutedTypeForCallableSamParameter.kt");
}
@TestMetadata("compiler/testData/codegen/box/sam/constructors")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)