Sha256: bded1bf70c7d27493eb53571cecace850bf7e05b559f72b010d431c4a812900e
Contents?: true
Size: 297 Bytes
Versions: 8
Compression:
Stored size: 297 Bytes
Contents
package foo:root; package foo:name@1.0.0 { interface i1 { type a = u32; } world w1 { import imp1: interface { use i1.{a}; } } } package foo:name@1.0.1 { interface i1 { type a = u32; } world w1 { import imp1: interface { use i1.{a}; } } }
Version data entries
8 entries across 8 versions & 1 rubygems