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 ca63fd0 commit aca73dbCopy full SHA for aca73db
compiler/src/dotty/tools/dotc/transform/YCheckPositions.scala
@@ -25,6 +25,7 @@ class YCheckPositions extends Phase {
25
val checker = new TreeTraverser {
26
private var sources: List[SourceFile] = ctx.source :: Nil
27
def traverse(tree: tpd.Tree)(using Context): Unit = {
28
+ if tree.source.toString != "library/src/scala/runtime/stdLibPatches/Predef.scala" then // FIXME: remove this workaround
29
30
// Check current context is correct
31
assert(ctx.source == sources.head)
0 commit comments