<@U5N7WE3B7> A rule of thumb I use is that Kotlin ...
# getting-started
c
@chb0kotlin A rule of thumb I use is that Kotlin functions that start with
get
are suspicious: either turn them into a property or they might accidentally clash with one.