separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val a = Array<Int>
|
||||
3
|
||||
a[10] = 4
|
||||
2
|
||||
a[10]
|
||||
100
|
||||
a[10] += 1
|
||||
}
|
||||
Reference in New Issue
Block a user