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

todo other

This commit is contained in:
joshvera 2020-01-23 10:57:42 -05:00
parent 6664d6fb94
commit 75f8273f28

View File

@ -123,7 +123,7 @@ instance ToScopeGraph Py.Call where
result <- scopeGraph function
let scopeGraphArg = \case
Prj expr -> scopeGraph (expr :: Py.Expression Loc)
_ -> undefined
other -> todo other
args <- traverse scopeGraphArg args
pure (result <> mconcat args)