ligo/src/test/contracts/annotation.ligo
2019-10-24 14:44:07 -07:00

6 lines
186 B
Plaintext

(* Test that a string is cast to an address given a type annotation *)
const lst : list(int) = list [] ;
const address : address = ("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address) ;