Skip to content

Commit 4c79365

Browse files
authored
Merge pull request #3821 from p-linnane/fix-sorbet-parser35-alias
Fix Sorbet RBI for Parser35 alias to Parser40
2 parents 7e53247 + 3688c5c commit 4c79365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rbi/prism/translation/parser35.rbi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# typed: strict
22

3-
class Prism::Translation::Parser35 < Prism::Translation::Parser
4-
end
3+
Prism::Translation::Parser35 = Prism::Translation::Parser40

0 commit comments

Comments
 (0)