Better presentation of aliases in completion list

This commit is contained in:
Valentin Kipyatkov
2016-09-07 16:46:46 +03:00
parent 50a0f9a4a7
commit e41ab2a270
4 changed files with 10 additions and 6 deletions
@@ -3,5 +3,5 @@ fun some(e: IllegalArgumentException<caret>) {
// INVOCATION_COUNT: 2
// WITH_ORDER
// EXIST: { lookupString:"IllegalArgumentException", typeText:"public typealias IllegalArgumentException = IllegalArgumentException defined in kotlin" }
// EXIST: { lookupString:"IllegalArgumentException", tailText: " (kotlin)", typeText:"IllegalArgumentException" }
// EXIST: { lookupString:"IllegalArgumentException", tailText:" (java.lang)" }