quick fixes refactoring (disuse of CodeEditUtil)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// "Make variable mutable" "true"
|
||||
class A() {
|
||||
var a: Int = 0
|
||||
<caret>set(v: Int) {}
|
||||
set(v: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user