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 0011538 commit 6d1fd2aCopy full SHA for 6d1fd2a
compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala
@@ -78,7 +78,7 @@ class ExpandPrivate extends MiniPhase with IdentityDenotTransformer { thisPhase
78
j -= 1
79
}
80
(i < 0 || p1(i) == separatorChar) &&
81
- (j < 0 || p1(j) == separatorChar)
+ (j < 0 || p2(j) == separatorChar)
82
83
84
assert(d.symbol.source.exists &&
0 commit comments