why isn't the behavior of `@file:JvmName("SomeFile...
# announcements
p
why isn't the behavior of
@file:JvmName("SomeFileName")
applied to each file by default?
i
This way generated file class with top-level functions most likely will conflict with a same named class in that file.