<@U0M1X9MU7>: <@U0BDMQTHS> actually there is way ...
# announcements
s
@maan: @mikehearn actually there is way to use $ as function name:
Copy code
fun `$`() = println("Hello")

fun main(args: Array<String>) {
    `$`()
}