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