Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Jun 18, 2024
1 parent 3795014 commit 1936040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/array.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ class Array[unchecked out Elem] < Object
# a[1..5] = 'foo' # => "foo"
# a # => [:foo, "foo"]
#
def []=: (int index, Elem obj) -> Elem
def []=: (int index, Elem obj) -> Elem

Check failure on line 958 in core/array.rbs

View workflow job for this annotation

GitHub Actions / test (head, stdlib_test rubocop)

RBS/Layout/ExtraSpacing: Unnecessary spacing detected.

Check failure on line 958 in core/array.rbs

View workflow job for this annotation

GitHub Actions / test (3.3, rubocop validate test_doc build test_generate_stdlib raap)

RBS/Layout/ExtraSpacing: Unnecessary spacing detected.
| (int start, int length, Elem obj) -> Elem
| (int start, int length, ::Array[Elem]) -> ::Array[Elem]
| (int start, int length, nil) -> nil
Expand Down

0 comments on commit 1936040

Please sign in to comment.