original.name="Template_Valid_40" ====== >>> main.whiley type Message is { T t, S s } public export method test(): Message h h = { t:1, s:false } assert h.t == 1 assert h.s == false ---