KT-42151 fix type arguments in local class constructor reference types
This commit is contained in:
+5
@@ -2058,6 +2058,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericLocalClassConstructorReference.kt")
|
||||
public void testGenericLocalClassConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaField.kt")
|
||||
public void testJavaField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/javaField.kt");
|
||||
|
||||
+5
@@ -2058,6 +2058,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericLocalClassConstructorReference.kt")
|
||||
public void testGenericLocalClassConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaField.kt")
|
||||
public void testJavaField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/javaField.kt");
|
||||
|
||||
+5
@@ -2038,6 +2038,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericLocalClassConstructorReference.kt")
|
||||
public void testGenericLocalClassConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaField.kt")
|
||||
public void testJavaField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/javaField.kt");
|
||||
|
||||
Reference in New Issue
Block a user