bcadfd4661
multi-declaration. Forbid multi-declaration for collections and arrays #KT-10242 Fixed
4 lines
76 B
Kotlin
Vendored
4 lines
76 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<selection>intArrayOf(1, 2, 3)</selection>
|
|
} |