Skip to content

Commit

Permalink
interop: Adjust model to dafny-lang/dafny#2195
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jun 30, 2022
1 parent a4f4bc1 commit 14abf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interop/CSharpDafnyModel.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module {:extern "Microsoft.Dafny"} {:compile false} Microsoft.Dafny {
class {:extern} {:compile false} VisibilityScope {}
class {:extern} {:compile false} ErrorReporter {}
class {:extern} {:compile false} TypeConstraint {}
trait {:extern} {:compile false} {:termination false} Cloner {}

class {:extern} {:compile false} Resolver {}
class {:extern "Resolver.TypeConstraint"} Resolver__TypeConstraint {}
Expand Down

0 comments on commit 14abf35

Please sign in to comment.