1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

ruby: allow Setter symbols in methodSelector

This commit is contained in:
Charlie Somerville 2018-04-11 13:57:52 +10:00
parent 024d1c362e
commit 66720795cc

View File

@ -350,6 +350,7 @@ methodSelector = makeTerm <$> symbols <*> (Syntax.Identifier <$> (name <$> sourc
<|> symbol Identifier'
<|> symbol Constant
<|> symbol Operator
<|> symbol Setter
<|> symbol Super -- TODO(@charliesome): super calls are *not* method calls and need to be assigned into their own syntax terms
call :: Assignment