
* Ban the unification of uvar and var_args function * Update CHANGELOG * Fix the tests * Undo indent * Change the error message for unify_varargs
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
contract C =
|
|
stateful function g(h) =
|
|
h()
|
|
|
|
stateful entrypoint f() =
|
|
g(Chain.create)
|
|
123
|