Instant unification error on arguments count mismatch #716
@ -2,4 +2,5 @@ contract Test =
|
|||||||
entrypoint f() = ()
|
entrypoint f() = ()
|
||||||
entrypoint g(x : int, y : string) = f(1)
|
entrypoint g(x : int, y : string) = f(1)
|
||||||
entrypoint h() = g(1)
|
entrypoint h() = g(1)
|
||||||
entrypoint i() = g("Litwo, ojczyzno moja")
|
entrypoint i() = g("Litwo, ojczyzno moja")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user