33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
118 B
Kotlin
Vendored
6 lines
118 B
Kotlin
Vendored
// WITH_STDLIB
|
|
fun main(args: Array<String>) {
|
|
val a = ArrayList<String>()
|
|
a.add("")
|
|
a[<expr>0</expr>]++
|
|
} |