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