We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a252520 commit 9b6f464Copy full SHA for 9b6f464
compiler/src/dotty/tools/dotc/core/NameOps.scala
@@ -49,8 +49,7 @@ object NameOps {
49
}
50
51
52
- implicit class NameDecorator[N <: Name](val name_ : N) extends AnyVal {
53
- private def name = name_
+ implicit class NameDecorator[N <: Name](private val name: N) extends AnyVal {
54
import nme._
55
56
def testSimple(f: SimpleName => Boolean): Boolean = name match {
0 commit comments