ligo/src/test/contracts/annotation.ligo

6 lines
186 B
Plaintext
Raw Normal View History

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