Added test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
open class B(p: Int)
|
||||
|
||||
val pInt = 0
|
||||
val pString = ""
|
||||
|
||||
class C : B(<caret>)
|
||||
|
||||
// EXIST: pInt
|
||||
// ABSENT: pString
|
||||
+6
@@ -473,6 +473,12 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("SuperConstructorArgumentInClassHeader.kt")
|
||||
public void testSuperConstructorArgumentInClassHeader() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/SuperConstructorArgumentInClassHeader.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ThisConstructorArgument.kt")
|
||||
public void testThisConstructorArgument() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/smart/ThisConstructorArgument.kt");
|
||||
|
||||
Reference in New Issue
Block a user