guys, I have a question on spaces and colons - wha...
# announcements
s
guys, I have a question on spaces and colons - what is the reasoning why
val a: Int
and
fun a(): Int
do not have space before colon, but
class A : B {}
and
a(object : C {})
have?