MoveAssignmentToInitializerIntention to select property type when it can be removed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
class A {
|
||||
var a: Int = 1
|
||||
var a<selection>: Int</selection><caret> = 1
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user