KT-12068 Special completion item for "[]" get-operator access
#KT-12068 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun some(list: List<String>) {
|
||||
list.<caret>
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "[]", itemText: "[]", tailText: "(index: Int)", typeText: "String", attributes: "bold" }
|
||||
Reference in New Issue
Block a user