6 lines
186 B
Plaintext
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) ;
|