mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
disambiguate
This commit is contained in:
parent
790bf4dd1c
commit
2f29c9a566
@ -166,7 +166,7 @@ members :: EdgeLabel
|
||||
-> ScopeGraph Precise
|
||||
-> Value term Precise
|
||||
-> Maybe [Name]
|
||||
members edgeLabel heap scopeGraph (Object frame) = frameNames [ edgeLabel ] heap scopeGraph frame
|
||||
members edgeLabel heap scopeGraph (Control.Abstract.Object frame) = frameNames [ edgeLabel ] heap scopeGraph frame
|
||||
members edgeLabel heap scopeGraph (Class _ _ frame) = frameNames [ edgeLabel ] heap scopeGraph frame
|
||||
members _ _ _ _ = Nothing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user