Skip to content

Commit

Permalink
Revert the change about attr_* runtime checks
Browse files Browse the repository at this point in the history
Reverts part of #1227 while
sorbet/sorbet#6505 is not added back.
  • Loading branch information
dirceu committed Oct 25, 2022
1 parent fe0242b commit 875eae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/tapioca/gem/pipeline_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2998,8 +2998,7 @@ def baz=(baz); end
sig { returns(T::Array[::Integer]) }
def foo; end
sig { params(foo: T::Array[::Integer]).returns(T::Array[::Integer]) }
def foo=(foo); end
def foo=(_arg0); end
sig { override.returns(::Integer) }
def something; end
Expand Down

0 comments on commit 875eae8

Please sign in to comment.