Sha256: 9905f94087ffbeedecbf7bf5d552a30545cd38aaa3974fd3476663b016d4ec79

Contents?: true

Size: 217 Bytes

Versions: 8

Compression:

Stored size: 217 Bytes

Contents

$foo = 1

def log
  $foo
end

__END__
# Errors
smoke/gvar2.rb:1: [warning] inconsistent assignment to RBS-declared variable

# Global variables
#$foo: String

# Classes
class Object
  private
  def log: -> String
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typeprof-0.15.1 smoke/gvar2.rb
typeprof-0.15.0 smoke/gvar2.rb
typeprof-0.14.1 smoke/gvar2.rb
typeprof-0.14.0 smoke/gvar2.rb
typeprof-0.13.0 smoke/gvar2.rb
typeprof-0.12.0 smoke/gvar2.rb
typeprof-0.11.0 smoke/gvar2.rb
typeprof-0.10.0 smoke/gvar2.rb