<@U0BHTDH55>: special characters are forbidden bec...
# announcements
o
@pawel_byszewski: special characters are forbidden because they are not allowed in JVM symbol names, or file names. E.g. if you had lambda in your function name, Kotlin could be generating anonymous class to implement it, and thus will need to write it to class file. Since lambda class name is generated from function name, that would cause errors when trying to create files with
>
in the name.