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
[ Info ] Finished compiling
[ Info ] Preprocessing the symbols...
[ Error ] substring.scala:3:5: test1 depends on missing dependencies:
def test1(): String = {
^
[ Error ] Method bigSubstring
[ Error ] substring.scala:5:5:
a.bigSubstring(1, 3)
^^^^^^^^^^^^^^^^^^^^
[ Error ]
[ Error ] substring.scala:8:5: test2 depends on missing dependencies:
def test2(): String = {
^
[ Error ] Method bigSubstring
[ Error ] substring.scala:10:5:
a.bigSubstring(1)
^^^^^^^^^^^^^^^^^
[ Fatal ] Cannot recover from missing dependencies
[ Error ] Stainless terminated with an error.
[ Error ] Debug output is available in the file `stainless-stack-trace.txt`. If the crash is caused by Stainless, you may report your issue on https://github.com/epfl-lara/stainless/issues
[ Error ] You may use --debug=stack to have the stack trace displayed in the output.
In
stainless/frontends/dotty/src/main/scala/stainless/frontends/dotc/ASTExtractors.scala
Line 1271 in 1fcab3f
stainless/frontends/dotty/src/main/scala/stainless/frontends/dotc/ASTExtractors.scala
Line 1282 in 1fcab3f
ExSelected
could not match the corresponding method call, which causesbigSubstring
to be treated as a regular method call.ExSymbol
should be used.The text was updated successfully, but these errors were encountered: