Or you could also follow this pattern: ```val some...
# announcements
g
Or you could also follow this pattern:
Copy code
val something
    get() = someExpr()
👍 9