Skip to content

Commit

Permalink
Revert _None escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 10, 2024
1 parent bc65cda commit 7ed94bd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
public class DafnyNameResolver {

public static String escapeName(String name) {
if (name.equals("None")) {
return "_None";
}
return name;
}
}

0 comments on commit 7ed94bd

Please sign in to comment.