Start working with spaces:

KT-1532 IDEA should remove extra whitespaces when reformmating code
KT-1378 Code formatting: spaces around ':'

#KT-1532 fixed
#KT-1378 fixed
This commit is contained in:
Nikolay Krasko
2012-03-11 22:11:13 +04:00
parent 1080756a7a
commit c21cdaf413
9 changed files with 155 additions and 15 deletions
@@ -1,6 +1,6 @@
// "Make variable mutable" "true"
class A() {
var a: Int = 0
set(v: Int) {
var a : Int = 0
set(v : Int) {
}
}