KT-1712 Formatting for getters and setters
#KT-1712 fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Make variable mutable" "true"
|
||||
class A() {
|
||||
var a : Int = 0
|
||||
set(v : Int) {
|
||||
}
|
||||
set(v : Int) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user