Checked that KT-9006 has been fixed
#KT-9006 Obsolete
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A private constructor(f: Boolean) {
|
||||
constructor(): this(true)
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a = A(<caret>)
|
||||
}
|
||||
|
||||
//Text: (<no parameters>), Disabled: false, Strikeout: false, Green: true
|
||||
@@ -190,6 +190,12 @@ public class ParameterInfoTestGenerated extends AbstractParameterInfoTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("PrivateConstructor.kt")
|
||||
public void testPrivateConstructor() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/testData/parameterInfo/functionCall/PrivateConstructor.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("Simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/testData/parameterInfo/functionCall/Simple.kt");
|
||||
|
||||
Reference in New Issue
Block a user