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