Formatter: Fix spacing between '=' and '{' in property accessors

This commit is contained in:
Alexey Sedunov
2014-12-22 19:38:43 +03:00
parent e76792d4f2
commit 05a0481efa
7 changed files with 35 additions and 4 deletions
@@ -3,7 +3,7 @@
// ERROR: Variable 'foo' must be initialized
class A {
val t: Int get() {
val t: Int get() {
val foo: Int
return foo
}