Decodes special symbols scalac is using in generated names.
Decodes special symbols scalac is using in generated names.
class `Encoded + Fancy` { def show(): Unit = { println(getClass.getName) // Encoded$u0020$plus$u0020Fancy println(getClass.getName.withDecodedScalaSymbols // Encoded + Fancy println(this.decodedClassName) // Encoded + Fancy } }
a decoded String
Line wrapping.
Line wrapping.
"hello world".wrappedOnSpaces(5) // "hello\nworld"
the maximum length