Skip to content

Commit

Permalink
Reverted internal prefix for every backend except Dafny
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Jun 7, 2024
1 parent 662394a commit e40b3b2
Show file tree
Hide file tree
Showing 7 changed files with 3,248 additions and 3,248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public abstract partial class SinglePassCodeGenerator {
// we can prefix it with "_".
// However, for backends such as Rust which need special internal fields, we want to clearly
// disambiguate between compiler-generated names and user-defined names, hence this prefix.
protected virtual string InternalFieldPrefix => "_i_";
protected virtual string InternalFieldPrefix => "_";
public DafnyOptions Options { get; }

/// <summary>
Expand Down
Loading

0 comments on commit e40b3b2

Please sign in to comment.