https://kotlinlang.org logo
g

groostav

07/26/2017, 10:16 PM
maybe I should just make it idiomatic to use curleys:
Copy code
val something get() {
  someExpr()
}
at which point it simple becomes "is property multi line? then its a lazy getter"