Enhancement for "join declaration and assignment": now can handle also local variables, relevant inspection added #KT-12095 Fixed
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(flag: Boolean) {
|
||||
val x<selection>: Double</selection><caret> = if (flag) 3.14 else 2.71
|
||||
}
|
||||
Reference in New Issue
Block a user