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:
Alexey Sedunov
2015-12-01 19:22:31 +03:00
parent c1c6d0ee3a
commit bcadfd4661
9 changed files with 138 additions and 61 deletions
@@ -0,0 +1,4 @@
// WITH_RUNTIME
fun foo() {
<selection>arrayOf("1", "2", "3")</selection>
}