1 2 3 4 5 6 7
package test:comp; import x: interface { f: func() -> result<_>; }; let i = new foo:bar { x };