File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1234,6 +1234,7 @@ object SymDenotations {
1234
1234
// ----- caches -------------------------------------------------------
1235
1235
1236
1236
private [this ] var myTypeParams : List [TypeSymbol ] = null
1237
+ private [this ] var fullNameCache : SimpleMap [QualifiedNameKind , Name ] = SimpleMap .Empty
1237
1238
1238
1239
private [this ] var myMemberCache : LRUCache [Name , PreDenotation ] = null
1239
1240
private [this ] var myMemberCachePeriod : Period = Nowhere
@@ -1668,7 +1669,6 @@ object SymDenotations {
1668
1669
names
1669
1670
}
1670
1671
1671
- private [this ] var fullNameCache : SimpleMap [QualifiedNameKind , Name ] = SimpleMap .Empty
1672
1672
override final def fullNameSeparated (kind : QualifiedNameKind )(implicit ctx : Context ): Name = {
1673
1673
val cached = fullNameCache(kind)
1674
1674
if (cached != null ) cached
You can’t perform that action at this time.
0 commit comments