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