Correct substitutions for smart completion after "by" and "in"
This commit is contained in:
@@ -2,4 +2,4 @@ fun foo(s: String) {
|
||||
if (s in <caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString:"listOf", itemText: "listOf", tailText: "(vararg elements: T) (kotlin.collections)", typeText:"List<T>" }
|
||||
// EXIST: { lookupString:"listOf", itemText: "listOf", tailText: "(vararg elements: String) (kotlin.collections)", typeText:"List<String>" }
|
||||
|
||||
Reference in New Issue
Block a user