mirror of
https://github.com/github/semantic.git
synced 2025-01-05 22:28:10 +03:00
Rb.Undef
This commit is contained in:
parent
2443b52ee6
commit
3c1782b311
@ -308,7 +308,7 @@ instance ToTags Rb.Undef where
|
||||
t@Rb.Undef
|
||||
{ extraChildren,
|
||||
ann = Loc {byteRange}
|
||||
} = for_ extraChildren $ \(Rb.MethodName expr) -> do
|
||||
} = for_ extraChildren $ \(Parse.Success (Rb.MethodName expr)) -> do
|
||||
case expr of
|
||||
Prj Rb.Identifier {ann, text} -> yieldTag text Call ann byteRange
|
||||
_ -> tags expr
|
||||
|
Loading…
Reference in New Issue
Block a user