Sha256: eb2a4f6d055628f107a9ae022412f0071ea50c19e3bf3d6efd993977f0c20527

Contents?: true

Size: 216 Bytes

Versions: 13

Compression:

Stored size: 216 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
  def log : -> String
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/gvar2.rb
typeprof-0.6.1 smoke/gvar2.rb
typeprof-0.6.0 smoke/gvar2.rb
typeprof-0.5.4 smoke/gvar2.rb
typeprof-0.5.3 smoke/gvar2.rb
typeprof-0.5.2 smoke/gvar2.rb
typeprof-0.5.1 smoke/gvar2.rb
typeprof-0.5.0 smoke/gvar2.rb
typeprof-0.4.2 smoke/gvar2.rb
typeprof-0.4.1 smoke/gvar2.rb
typeprof-0.4.0 smoke/gvar2.rb
typeprof-0.3.0 smoke/gvar2.rb
typeprof-0.2.0 smoke/gvar2.rb