Generate proper generic signature for closure classes
This commit is contained in:
@@ -564,6 +564,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/callableReference/sortListOfStrings.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("toString.kt")
|
||||
public void testToString() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/callableReference/toString.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelFromClass.kt")
|
||||
public void testTopLevelFromClass() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/callableReference/topLevelFromClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user