Enhancement for "join declaration and assignment": now can handle also local variables, relevant inspection added #KT-12095 Fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class A {
|
||||
var a: Int
|
||||
var a<caret>: Int
|
||||
|
||||
init {
|
||||
<caret>a = 1
|
||||
a = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user