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:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo() {
|
||||
<selection>arrayOf("1", "2", "3")</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user