4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
fun StringBuilder.first() = this.charAt(0)
|
|
|
|
fun foo() = StringBuilder("foo").first()
|