smoke/module/a.rbi in steep-0.1.0.pre2 vs smoke/module/a.rbi in steep-0.1.0

- old
+ new

@@ -3,5 +3,14 @@ end module A : _Each<Integer> def count: () -> Integer end + +module X + def foo: () -> Integer +end + +module Palette + def self?.defacto_palette: -> Array<Array<Integer>> + def self.nestopia_palette: -> Array<Array<Integer>> +end