From 016401a2b798bc7b3d54275dc07f904a3ef9747c Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Wed, 7 Oct 2015 23:08:06 +0300 Subject: [PATCH] Fixed test data --- .../basic/common/InSecondaryConstructorDelegationCall.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idea/idea-completion/testData/basic/common/InSecondaryConstructorDelegationCall.kt b/idea/idea-completion/testData/basic/common/InSecondaryConstructorDelegationCall.kt index 18f68232cc2..1f4b3253585 100644 --- a/idea/idea-completion/testData/basic/common/InSecondaryConstructorDelegationCall.kt +++ b/idea/idea-completion/testData/basic/common/InSecondaryConstructorDelegationCall.kt @@ -10,4 +10,6 @@ class A(val prop: Int, arg: Int) { } // EXIST: abc, topLevel, prop, another, foo -// ABSENT: arg, local +// ABSENT: { itemText: "arg" } +// EXIST: { itemText: "arg =" } +// ABSENT: local