KT-1712 Formatting for getters and setters

#KT-1712 fixed
This commit is contained in:
Nikolay Krasko
2012-04-04 17:36:55 +04:00
parent 549c464983
commit a0d8ab6db5
13 changed files with 231 additions and 49 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
val Int.v : Int
get() {
<caret>
}
get() {
<caret>
}
+5 -5
View File
@@ -1,7 +1,7 @@
var Int.v : Int
get() {
<caret>
}
set(value) {
get() {
<caret>
}
set(value) {
}
}