Add checks for polymorphic/higher order oracles and higher order entrypoints (AEVM)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
contract TuplesMatch =
|
||||
|
||||
entrypoint tuplify3() = (t) => switch(t)
|
||||
function tuplify3() = (t) => switch(t)
|
||||
(x, y, z) => 3
|
||||
|
||||
entrypoint fst(p : int * string) =
|
||||
|
||||
Reference in New Issue
Block a user