KT-1712 Formatting for getters and setters
#KT-1712 fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val Int.v : Int
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
var Int.v : Int
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||
set(value) {
|
||||
get() {
|
||||
<caret>
|
||||
}
|
||||
set(value) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user