Open Atry opened 2 years ago
3.1.1
println(compiletime.codeOf(Seq(1, 2)))
Seq.apply[Int]([1,2 : Int]*)
Seq.apply[Int](1,2)
or
Seq.apply[Int](Seq[Int](1,2): _*)
Thank you @Atry for reporting and indeed, it seems that Tree printer for varargs should be fixed.
Compiler version
3.1.1
Minimized code
Output
Expectation
or