1d88960a19
Fixed commented introduce variable tests.
9 lines
89 B
Kotlin
9 lines
89 B
Kotlin
class A() {}
|
|
|
|
fun a() {
|
|
<selection>Array(2) {A()}</selection>
|
|
}
|
|
/*
|
|
array
|
|
arrayOfAs
|
|
*/ |