KT-12068 Special completion item for "[]" get-operator access

#KT-12068 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-25 18:59:12 +03:00
parent deb75b3f18
commit 40022e8f7a
12 changed files with 131 additions and 0 deletions
@@ -0,0 +1,5 @@
fun some(list: List<String>) {
list.<caret>
}
// EXIST: { lookupString: "[]", itemText: "[]", tailText: "(index: Int)", typeText: "String", attributes: "bold" }