hfhbd
CodeBlock.of("${CodeBlock.of("foo")}.bar")
CodeBlock.toString()
CodeBlock.of("%L.bar", CodeBlock.of("foo"))
Paul Woitaschek
Grégory Lureau
"val t: %T".toFormatString(customType) + " = %M()".toFormatString(methodRef) + ...
toString(): Nothing
A modern programming language that makes developers happier.