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.
2 parents 6383025 + ae9dbfe commit f1dcbbeCopy full SHA for f1dcbbe
compiler/src/dotty/tools/dotc/core/Decorators.scala
@@ -287,7 +287,7 @@ object Decorators {
287
case _ => String.valueOf(x).nn
288
289
/** Returns the simple class name of `x`. */
290
- def className: String = getClass.getSimpleName.nn
+ def className: String = x.getClass.getSimpleName.nn
291
292
extension [T](x: T)
293
def assertingErrorsReported(using Context): T = {
0 commit comments