Sha256: a145372baa2e5186d1a5c6a968613cc7b8e1f2ebcd92db6ae99a2690174deca1
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
package foo:foo world union-world { include test include a-different-world include the-world } interface foo {} interface bar {} world the-world { import foo import bar import baz: interface { foo: func() } export foo export bar export baz2: interface { foo: func() } } world a-different-world { import foo } interface i1 { type t = u32 } interface i2 { use i1.{t} } interface i3 { use i2.{t} } world test { import i3 export i1 export i3 }
Version data entries
3 entries across 3 versions & 1 rubygems