J2K: get/set-methods converted to properties (but lot of TODOs left)
This commit is contained in:
+4
-3
@@ -1,3 +1,4 @@
|
||||
fun getString(): String {
|
||||
return ""
|
||||
}
|
||||
val string: String
|
||||
get() {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user