Before instances, yes. I'm not sure of the exact o...
# announcements
r
Before instances, yes. I'm not sure of the exact order of everything, but I know `enum`s are before `static`s (which is what companion objects become on the JVM), and `static`s before instances.
👍 1