J2K: generate accessor bodies in expression form if possible

This commit is contained in:
Valentin Kipyatkov
2015-09-23 15:11:22 +03:00
parent ee5a853faa
commit c05232bbb7
16 changed files with 58 additions and 94 deletions
+1 -3
View File
@@ -8,8 +8,6 @@ internal class A {
companion object {
val byte: Byte
get() {
return 0
}
get() = 0
}
}