Sha256: e7d0a0050939620c45bb30d0bf638d50613de7894a64db9992b4275a607f2378

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

$foo = 1

def log
  $foo
end

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

# Global variables
#$foo: String

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typeprof-0.9.2 smoke/gvar2.rb
typeprof-0.9.1 smoke/gvar2.rb
typeprof-0.9.0 smoke/gvar2.rb