<@U092308M7>: I think there are a couple of Java f...
# announcements
t
@orangy: I think there are a couple of Java features that ought to (and perhaps will) make their way into Kotlin. Another is Java's enum-instance shorthand in switch-statement cases (
case BAR:
rather than
case Foo.BAR:
). This is something I really miss when using Kotlin.