[NI] Record substituted generic signature for SAM arguments
#KT-36297 Fixed
This commit is contained in:
+5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user