package foo:bar; world module { import foo: interface { resource a { constructor(); other-new: static func() -> a; } } }