Another way would be ``` fun f() { println({}....
# announcements
u
Another way would be
Copy code
fun f() {
    println({}.javaClass.name.substringBeforeLast(".", ""))
}