1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 22:28:10 +03:00
This commit is contained in:
Ayman Nadeem 2020-05-13 11:33:28 -04:00
parent 2443b52ee6
commit 3c1782b311

View File

@ -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