Add KotlinClassConstructorInfoHandler for showing parameter info of parameterized super class constructor.
^KT-41617 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
d674f519fd
commit
01143f24a4
+5
@@ -444,6 +444,11 @@ public class ParameterInfoTestGenerated extends AbstractParameterInfoTest {
|
||||
runTest("idea/testData/parameterInfo/typeArguments/Overloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ParameterizedClassConstructor.kt")
|
||||
public void testParameterizedClassConstructor() throws Exception {
|
||||
runTest("idea/testData/parameterInfo/typeArguments/ParameterizedClassConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Reified.kt")
|
||||
public void testReified() throws Exception {
|
||||
runTest("idea/testData/parameterInfo/typeArguments/Reified.kt");
|
||||
|
||||
Reference in New Issue
Block a user