Added tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(list: MutableList<String>) {
|
||||
list.<caret>
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "add", tailText: "(e: String)", typeText: "Boolean" }
|
||||
// EXIST: { itemText: "iterator", tailText: "()", typeText: "Iterator<String>" }
|
||||
Reference in New Issue
Block a user