more renaming

This commit is contained in:
2026-06-02 01:58:40 -07:00
parent 270f192f0c
commit 55a56753c1
37 changed files with 12 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
main contract Foo =
type state = unit
entrypoint init(): state =
()
entrypoint foo'(): unit = ()
entrypoint foo'bar'(): unit = ()