-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add constant references from type name references in RBS files.
class Foo < Array[String]
include Bar[Integer]
def foo: () -> Symbol
endReferences to some type names like Array in super class and Bar in include are indexed since we need them for resolution. This issue is to add references from other type names in RBS, like type arguments and method type names. (String, Integer, and Symbol in the example.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request