1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
This commit is contained in:
Timothy Clem 2018-11-02 13:54:55 -07:00
parent 223298b86a
commit bf90ef8e45

View File

@ -153,7 +153,6 @@ instance Taggable Declaration.Function where
instance Taggable Declaration.Method where
snippet ann (Declaration.Method _ _ _ _ (Term (In body _))) = Just $ subtractLocation ann body
-- TODO: Fill these out
instance Taggable Declaration.Class where
snippet ann (Declaration.Class _ _ _ (Term (In body _))) = Just $ subtractLocation ann body