ligo/src/test/contracts/annotation.ligo

7 lines
187 B
Plaintext
Raw Normal View History

(* Test that a string is cast to an address given a type annotation *)
const lst : list(int) = list []
2019-05-13 00:56:22 +04:00
const my_address : address =
("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address)