#KT-9938 Fixed

Code review fixes
This commit is contained in:
Anton Sukhonosenko
2015-12-07 22:48:47 +03:00
parent 6b49ac6b46
commit da5f71773a
11 changed files with 8 additions and 11 deletions
@@ -1,4 +1,4 @@
class A {
val foo: Int
get() = 1
<spot>get() = 1</spot>
}