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 14a5ec5 commit 1a21558Copy full SHA for 1a21558
library/src/scala/tasty/util/ShowSourceCode.scala
@@ -847,12 +847,6 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
847
case _ => this
848
}
849
850
- case Type.MethodType(paramNames, params, body) =>
851
- this += "("
852
- printMethodicTypeParams(paramNames, params)
853
- this += ") => "
854
- printTypeOrBound(body)
855
-
856
case Type.TypeLambda(paramNames, tparams, body) =>
857
this += "["
858
printMethodicTypeParams(paramNames, tparams)
0 commit comments