We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5d7f8 commit e8074c7Copy full SHA for e8074c7
library/src/scala/tasty/reflect/Printers.scala
@@ -181,7 +181,7 @@ trait Printers
181
case Term.This(qual) =>
182
this += "Term.This(" += qual += ")"
183
case Term.Super(qual, mix) =>
184
- this += "Term.TypeApply(" += qual += ", " += mix += ")"
+ this += "Term.Super(" += qual += ", " += mix += ")"
185
case Term.Apply(fun, args) =>
186
this += "Term.Apply(" += fun += ", " ++= args += ")"
187
case Term.TypeApply(fun, args) =>
0 commit comments