Minor: show conflicting elements
This commit is contained in:
@@ -98,7 +98,7 @@ public abstract class CompletionHandlerTestBase() : JetLightCodeInsightFixtureTe
|
|||||||
|
|
||||||
if (tailOk) {
|
if (tailOk) {
|
||||||
if (foundElement != null) {
|
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
|
foundElement = lookupElement
|
||||||
|
|||||||
Reference in New Issue
Block a user