Skip to content

Commit

Permalink
Use @references
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Nov 16, 2023
1 parent 9db6dad commit 49719ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/lrama/lexer/token/user_code.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Lrama
class Lexer
class Token
class UserCode < Token
self.@references: Array[Lrama::Grammar::Reference]
@references: Array[Lrama::Grammar::Reference]

def references: () -> Array[Lrama::Grammar::Reference]

Expand Down

0 comments on commit 49719ce

Please sign in to comment.