You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&& sources.head.toString.endsWith("src_managed/main/scala-library-src/scala/Predef.scala")) // TODO should this be library/src/scala/runtime/stdLibPatches/Predef.scala or library/src/scala/Predef.scala?
31
+
then
30
32
// Check current context is correct
31
33
assert(ctx.source == sources.head)
32
34
if (!tree.isEmpty &&!tree.isInstanceOf[untpd.TypedSplice] &&!tree.isInstanceOf[Inlined] && ctx.typerState.isGlobalCommittable)
0 commit comments