Instant unification error on arguments count mismatch (#225)
* Instant unification error on arguments count mismatch * add testcase * Add newline
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
contract Test =
|
||||
entrypoint f() = ()
|
||||
entrypoint g(x : int, y : string) = f(1)
|
||||
entrypoint h() = g(1)
|
||||
entrypoint i() = g("Litwo, ojczyzno moja")
|
||||
|
||||
Reference in New Issue
Block a user