From 98a2aa506ecb5845bdbfd439c7dfe414617d1538 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 9 Feb 2015 19:49:30 +0300 Subject: [PATCH] Minor: show conflicting elements --- .../kotlin/completion/handlers/CompletionHandlerTestBase.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt b/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt index 9600e214188..1a34f4a8b84 100644 --- a/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt +++ b/idea/tests/org/jetbrains/kotlin/completion/handlers/CompletionHandlerTestBase.kt @@ -98,7 +98,7 @@ public abstract class CompletionHandlerTestBase() : JetLightCodeInsightFixtureTe if (tailOk) { if (foundElement != null) { - Assert.fail("Several elements satisfy to completion restrictions") + Assert.fail("Several elements satisfy to completion restrictions: \n $foundElement\n $lookupElement") } foundElement = lookupElement