J2K: generate accessor bodies in expression form if possible
This commit is contained in:
+1
-3
@@ -8,8 +8,6 @@ internal class A {
|
||||
companion object {
|
||||
|
||||
val byte: Byte
|
||||
get() {
|
||||
return 0
|
||||
}
|
||||
get() = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user