Added tests on resolved calls
for annotation entry, delegator to super call, array access
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(array: Array<Int>) {
|
||||
array<caret>[1]
|
||||
}
|
||||
Reference in New Issue
Block a user