J2K: generate accessor bodies in expression form if possible
This commit is contained in:
+1
-3
@@ -3,9 +3,7 @@ internal class Library {
|
||||
}
|
||||
|
||||
val string: String
|
||||
get() {
|
||||
return ""
|
||||
}
|
||||
get() = ""
|
||||
}
|
||||
|
||||
internal class User {
|
||||
|
||||
Reference in New Issue
Block a user