Sha256: 70135b8ac07a79785b0059b88fb298674a87140fc59e7509a839d7f95659207f

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

def foo
  bot = @undefined_ivar
  unless bot
    bot.nil?
  end
end

foo # There were a bug that type profiling is terminated at this line

def bar
end

__END__
# Classes
class Object
  @undefined_ivar: bot
  private
  def foo: -> bool
  def bar: -> nil
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/ivar4.rb
typeprof-0.9.1 smoke/ivar4.rb