[tests] string builder appendln tests
This commit is contained in:
committed by
Vasily Levchenko
parent
4f6178fb1f
commit
197f77f8e3
@@ -0,0 +1,5 @@
|
||||
fun main(arg:Array<String>) {
|
||||
val a = StringBuilder()
|
||||
a.append("Hello").appendln("Kotlin").appendln(42).appendln(0.1).appendln(true)
|
||||
println(a.toString())
|
||||
}
|
||||
Reference in New Issue
Block a user