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 d69cd13 commit ba0caa8Copy full SHA for ba0caa8
compiler/src/dotty/tools/dotc/transform/localopt/Optimisation.scala
@@ -14,7 +14,7 @@ trait Optimisation {
14
*/
15
def transformer(localCtx: Context): Tree => Tree
16
17
- def name: String = this.getClass.getName.split('.').last
+ def name: String = this.getClass.getSimpleName
18
19
val NoVisitor: Tree => Unit = _ => ()
20
}
0 commit comments