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 1c869be commit e9ba13dCopy full SHA for e9ba13d
tests/run/tasty-custom-show/quoted_1.scala
@@ -49,5 +49,5 @@ class DummyShow[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty0) {
49
def showTypeOrBoundsTree(tpt: TypeOrBoundsTree, withColors: Boolean = false)(implicit ctx: Context): String = "TypeOrBoundsTree"
50
def showTypeOrBounds(tpe: TypeOrBounds, withColors: Boolean = false)(implicit ctx: Context): String = "TypeOrBounds"
51
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"
+ def showSymbol(symbol: Symbol)(implicit ctx: Context): String = "Symbol"
53
}
0 commit comments