Files
kotlin-fork/idea/testData/refactoring/introduceVariable/multiDeclarations/intArray.kt.after
T
Alexey Sedunov bcadfd4661 Introduce Variable: Suggest choosing between single variable and
multi-declaration. Forbid multi-declaration for collections and arrays
 #KT-10242 Fixed
2015-12-02 13:46:47 +03:00

4 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val intArrayOf = intArrayOf(1, 2, 3)
}