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