Did very early versions of Kotlin not require `@` ...
# random
a
Did very early versions of Kotlin not require
@
for annotations? https://github.com/JetBrains/kotlin/commit/5cecaa6f87e68e4de94015c397ecaca7eccd257e
đŸ‘€ 5
r
Yeah, in the early days there was an attempt to merge the concepts of annotations (e.g.
@Before
,
@Deprecated
) and modifiers (e.g.
public
,
abstract
). I don't remember all the details on why that was reversed, but there were probably some good reasons.
thank you color 1
today i learned 2
t
That’s really cool! Thanks for sharing!