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 a49ccd0 commit 25049c3Copy full SHA for 25049c3
src/dotty/tools/dotc/typer/Typer.scala
@@ -303,9 +303,7 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
303
}
304
305
convertToSelectFromType(tree.qualifier, tree.name) match {
306
- case Some(sftt) =>
307
- println(s"$tree converted to $sftt")
308
- typedSelectFromTypeTree(sftt, pt)
+ case Some(sftt) => typedSelectFromTypeTree(sftt, pt)
309
case _ => ctx.error(d"Could not convert $tree to a SelectFromTypeTree"); EmptyTree
310
311
0 commit comments