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
When we have a position on a tree the was loaded from TASTy we have no way to compute line numbers and columns as we only have the offset but no source file.
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
Output
compile with
-Xprint:typer -Yprint-pos -Ydebug-pos
Expectation
""@sandbox/semanticdb/example2.scala<1112..1172>
should say""@/Users/jamie/Workspace/dotty/library/src/scala/compiletime/package.scala<1112..1172>
at least the tree.source where the span is
<1112..1172>
is/Users/jamie/Workspace/dotty/library/src/scala/compiletime/package.scala
The text was updated successfully, but these errors were encountered: