Use index to get symbols from importing scopes
This commit is contained in:
committed by
Ilya Kirillov
parent
cefecdef25
commit
2eb439899e
+7
@@ -0,0 +1,7 @@
|
||||
fun usage() {
|
||||
val a = "10".toIntOrNull()
|
||||
|
||||
a?.<caret>
|
||||
}
|
||||
|
||||
// EXIST: toString
|
||||
Reference in New Issue
Block a user