Skip to content

Commit 674dbdf

Browse files
authored
Merge pull request #2403 from ruby/inline-annotations
Inline annotations
2 parents 6f9725e + de06b01 commit 674dbdf

40 files changed

+2735
-797
lines changed

config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,20 @@ nodes:
315315
fields:
316316
- name: name
317317
- name: location
318+
- name: RBS::AST::Ruby::Annotations::NodeTypeAssertion
319+
fields:
320+
- name: location
321+
- name: prefix_location
322+
- name: type
323+
- name: RBS::AST::Ruby::Annotations::ColonMethodTypeAnnotation
324+
fields:
325+
- name: location
326+
- name: prefix_location
327+
- name: annotations
328+
- name: method_type
329+
- name: RBS::AST::Ruby::Annotations::MethodTypesAnnotation
330+
fields:
331+
- name: location
332+
- name: prefix_location
333+
- name: overloads
334+
- name: vertical_bar_locations

0 commit comments

Comments
 (0)