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
args.find { casev: Variable=> vis.contains(v) case _ =>false }
aliasing can occur with fields, e.g. a.b and a.b are aliased which won't be caught by the check
We can probably do something like finding conservative targets using Try(getTargets(e)).toOption.getOrElse(variablesOf(e))
"
This verifies on master as of today:
Running
Test.mytest
in scala REPL crashes in assertion, as I would expect.The text was updated successfully, but these errors were encountered: