From 46b9879c4782ed17252c4d0d467e910b5013caff Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Wed, 28 Oct 2015 22:35:54 +0300 Subject: [PATCH] Added test --- idea/idea-completion/testData/basic/common/InfixCall.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idea/idea-completion/testData/basic/common/InfixCall.kt b/idea/idea-completion/testData/basic/common/InfixCall.kt index 72b88e4e671..99443fa4782 100644 --- a/idea/idea-completion/testData/basic/common/InfixCall.kt +++ b/idea/idea-completion/testData/basic/common/InfixCall.kt @@ -31,3 +31,6 @@ fun f() { // EXIST: "and" // ABSENT: "ttt" + +// ABSENT: "kotlin" +// ABSENT: "java"