buzz
buzz copied to clipboard
object.toString()
object A {
fun toString() > str -> "hello";
}
print("{A{}}"); | -> "hello";