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