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 09b81e5 commit 475e433Copy full SHA for 475e433
src/dotty/tools/dotc/typer/TypeAssigner.scala
@@ -208,7 +208,7 @@ trait TypeAssigner {
208
else if (site.derivesFrom(defn.DynamicClass)) {
209
d"$name is not a member of $site\n" +
210
"possible cause: maybe a wrong Dynamic method signature?"
211
- } else d"$name is not a member of $site", pos)
+ } else d"$name is not a member of $site / ${site.classSymbol.fullName} at ${ctx.phase}", pos)
212
}
213
ErrorType
214
0 commit comments