<@U10EJRH2L> <@U10EFT8EL> modifiers go before the ...
# announcements
a
@Ruckus @rtb modifiers go before the
val
/
var
such as
private
,
public
,
vararg
... searching for modifiers in the grammar you will see this pattern: https://kotlinlang.org/docs/reference/grammar.html ... modifier order within the set of modifiers is not important. What is a modifier? the lists are here: https://kotlinlang.org/docs/reference/grammar.html#modifiers