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 15f42a5 commit 51dfcb8Copy full SHA for 51dfcb8
src/dotty/tools/dotc/ast/tpd.scala
@@ -338,7 +338,7 @@ object tpd extends Trees.Instance[Type] with TypedTreeInfo {
338
else if (tp.symbol.is(Module) && ctx.owner.isContainedIn(tp.symbol.moduleClass))
339
followOuterLinks(This(tp.symbol.moduleClass.asClass))
340
else if (tp.symbol hasAnnotation defn.ScalaStaticAnnot)
341
- Ident(tp)
+ Ident(tp)
342
else tp.prefix match {
343
case pre: SingletonType => followOuterLinks(singleton(pre)).select(tp)
344
case pre => SelectFromTypeTree(TypeTree(pre), tp)
0 commit comments