Completion of parameter name/types from the current file
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>" }
|
||||
// EXIST: { lookupString:"Map", itemText:"Map<String, Int>" }
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString:"Map", itemText:"Map<String, Int>", tailText: " (kotlin)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
+2
-2
@@ -7,6 +7,6 @@ fun bar(o: Any) {
|
||||
foo(o as <caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>" }
|
||||
// EXIST: { lookupString:"String", itemText:"String" }
|
||||
// EXIST: { lookupString:"List", itemText:"List<String>", tailText: " (kotlin)" }
|
||||
// EXIST: { lookupString:"String", itemText:"String", tailText: " (kotlin)" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user