1 2 3 4 5 6 7 8 9 10 11 12 13 14
default interface foo { } interface bar { type t = u8 } interface baz { use self.bar.{t} record bar { a: t, } }