8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
|
contract Fail =
|
|
|
|
entrypoint tttt() : bool * int =
|
|
let f(x : 'a) : 'a = x
|
|
(f(true), f(1))
|
|
|