Skip to content

Commit 5acabfb

Browse files
committed
Fix rescue-assign.rb test case to expect String return type
1 parent 6bec83a commit 5acabfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenario/control/rescue-assign.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def foo(n)
1212

1313
## assert
1414
class Object
15-
def foo: (Integer) -> String?
15+
def foo: (Integer) -> String
1616
end

0 commit comments

Comments
 (0)