2019-10-25 01:44:07 +04:00
|
|
|
(* 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) ;
|