Skip to content

Commit e9ba13d

Browse files
author
Tobias Bordenca
committed
Remove erroneus extra parameter
1 parent 1c869be commit e9ba13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/tasty-custom-show/quoted_1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ class DummyShow[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty0) {
4949
def showTypeOrBoundsTree(tpt: TypeOrBoundsTree, withColors: Boolean = false)(implicit ctx: Context): String = "TypeOrBoundsTree"
5050
def showTypeOrBounds(tpe: TypeOrBounds, withColors: Boolean = false)(implicit ctx: Context): String = "TypeOrBounds"
5151
def showConstant(const: Constant, withColors: Boolean = false)(implicit ctx: Context): String = "Constant"
52-
def showSymbol(symbol: Symbol, withColors: Boolean = false)(implicit ctx: Context): String = "Symbol"
52+
def showSymbol(symbol: Symbol)(implicit ctx: Context): String = "Symbol"
5353
}

0 commit comments

Comments
 (0)