Sha256: 07b5637e10fa0740f1ac02fc9882d501eb987c7050163fdab67083f3db0c7780
Contents?: true
Size: 336 Bytes
Versions: 32
Compression:
Stored size: 336 Bytes
Contents
class IncompatibleChild def foo(arg) # @type var x: Symbol # !expects IncompatibleAssignment: lhs_type=::Symbol, rhs_type=::Integer x = super() "123" end def initialize() # !expects IncompatibleArguments: receiver=::IncompatibleChild, method_type=(name: ::String) -> untyped super() super end end
Version data entries
32 entries across 32 versions & 1 rubygems