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 923d591 commit cbd21a0Copy full SHA for cbd21a0
compiler/src/dotty/tools/dotc/core/NameKinds.scala
@@ -354,7 +354,6 @@ object NameKinds {
354
val InlineAccessorName: PrefixNameKind = new PrefixNameKind(INLINEACCESSOR, "inline$")
355
356
val AvoidClashName: SuffixNameKind = new SuffixNameKind(AVOIDCLASH, "$_avoid_name_clash_$")
357
- val CacheName = new SuffixNameKind(CACHE, "$_cache")
358
val FieldName: SuffixNameKind = new SuffixNameKind(FIELD, "$$local") {
359
override def mkString(underlying: TermName, info: ThisInfo) = underlying.toString
360
}
0 commit comments