Skip to content

Commit 5aaf462

Browse files
authored
Merge pull request #2406 from ruby/inline-return
Implement `@rbs return: T` annotation
2 parents 351b6cd + 8be0331 commit 5aaf462

File tree

17 files changed

+1266
-989
lines changed

17 files changed

+1266
-989
lines changed

config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,11 @@ nodes:
338338
- name: prefix_location
339339
- name: skip_location
340340
- name: comment_location
341+
- name: RBS::AST::Ruby::Annotations::ReturnTypeAnnotation
342+
fields:
343+
- name: location
344+
- name: prefix_location
345+
- name: return_location
346+
- name: colon_location
347+
- name: return_type
348+
- name: comment_location

0 commit comments

Comments
 (0)