Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sig/method_types.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ module RBS

def has_classish_type?: () -> bool

%a{deprecated} def with_nonreturn_void?: () -> bool
def with_nonreturn_void?: () -> bool
end
end
8 changes: 4 additions & 4 deletions sig/types.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module RBS
# * The function return type is a return position (`() -> void`)
# * Generic parameter is a return position (`Enumerator[Integer, void]`)
#
%a{deprecated} def with_nonreturn_void?: () -> bool
def with_nonreturn_void?: () -> bool
end

# t represents union of all possible types.
Expand Down Expand Up @@ -213,7 +213,7 @@ module RBS

def has_classish_type?: () -> bool

%a{deprecated} def with_nonreturn_void?: () -> bool
def with_nonreturn_void?: () -> bool
end

class Interface
Expand Down Expand Up @@ -452,7 +452,7 @@ module RBS

def has_classish_type?: () -> bool

%a{deprecated} def with_nonreturn_void?: () -> bool
def with_nonreturn_void?: () -> bool

def ==: (untyped) -> bool

Expand Down Expand Up @@ -495,7 +495,7 @@ module RBS

def has_classish_type?: () -> bool

%a{deprecated} def with_nonreturn_void?: () -> bool
def with_nonreturn_void?: () -> bool

# Returns `?`
def param_to_s: () -> String
Expand Down