buzz icon indicating copy to clipboard operation
buzz copied to clipboard

object.toString()

Open giann opened this issue 3 years ago • 0 comments

object A {
    fun toString() > str -> "hello";
}

print("{A{}}"); | -> "hello";

giann avatar Sep 16 '22 13:09 giann