another vfmt2 fix

pull/4181/head
Alexander Medvednikov 2020-04-01 18:16:56 +02:00
parent 3ef6436bef
commit f657c4b514
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ fn main() {
c := 'a: $a b: $b i: $i'
d := 'a: ${a:5s} b: ${b:-5s} i: ${i:20d}'
println('a: $a $b xxx')
// QTODO
//eprintln('c: $c')
eprintln('c: $c .')
println(d)
}