more mass renaming
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
main contract Foo =
|
||||
type state = unit
|
||||
|
||||
entrypoint init(): state =
|
||||
()
|
||||
|
||||
entrypoint foo'(): unit = ()
|
||||
entrypoint foo'bar'(): unit = ()
|
||||
Reference in New Issue
Block a user