interesting. if I try to declare `override fun bar...
# announcements
k
interesting. if I try to declare
override fun bar(a: String, b: String = "world") = a + b
it doesn't compile anymore