Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
+2
-2
@@ -6,6 +6,6 @@ fun bar(o: Any) {
|
||||
foo(o as <caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString:"Map", itemText:"Map<String, Int>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin.collections)" }
|
||||
// EXIST: { lookupString:"Map", itemText:"Map<String, Int>", tailText: " (kotlin.collections)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -7,6 +7,6 @@ fun bar(o: Any) {
|
||||
foo(o as <caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin.collections)" }
|
||||
// EXIST: { lookupString:"String", itemText:"String", tailText: " (kotlin)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user