Resolver falsely flags import of compiled module as abstract #5968
Labels
incompleteness
Things that Dafny should be able to prove, but can't
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
part: resolver
Resolution and typechecking
Dafny version
latest
Code to produce this issue
Command to run and resulting output
What happened?
The reported error does not occur for
ConcreteParent1
but forConcreteParent2
, which implies that the resolver does not consider transitive imports of compiled modules as compiled, even though it should (of course,Child
cannot be re-imported).What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: