Sha256: 28cce852ea5dceb025d7f8fd259a4a575b3a1fac10e761ed68e2c4b0a06573cd
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
class A class B def foo unknown end end end def bar A::B.new.foo + 1 end __END__ # Errors smoke/manual-rbs2.rb:4: [error] undefined method: A::B.class#unknown # Classes class Object def bar : -> untyped end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.1.4 | smoke/manual-rbs2.rb |
typeprof-0.1.3 | smoke/manual-rbs2.rb |
typeprof-0.1.2 | smoke/manual-rbs2.rb |
typeprof-0.1.1 | smoke/manual-rbs2.rb |
typeprof-0.1.0 | smoke/manual-rbs2.rb |