Introduce Variable: Suggest choosing between single variable and
multi-declaration. Forbid multi-declaration for collections and arrays #KT-10242 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
val intArrayOf = intArrayOf(1, 2, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user