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 58ba39c commit 71d4e28Copy full SHA for 71d4e28
src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -2762,8 +2762,6 @@ trait Typers extends Adaptations with Tags with TypersTracking with PatternTyper
2762
// NOTE: this `samBodyDef.symbol.info` runs the type completer set up by the enterSym above
2763
val actualSamType = samBodyDef.symbol.info
2764
2765
- // println(samClassTp)
2766
-
2767
// we're trying to fully define the type arguments for this type constructor
2768
val samTyCon = samClassTp.typeSymbol.typeConstructor
2769
0 commit comments