Make test setup failure more helpful

This commit is contained in:
Jeroen Engels 2023-06-17 19:47:35 +02:00
parent 48e9897960
commit 84aae3b64b

View File

@ -690,7 +690,7 @@ collectPatterns lookupFunction context node =
collectPatterns lookupFunction context subPattern
_ ->
Debug.todo "Other patterns in case expressions are not handled"
Debug.todo ("Other patterns in case expressions are not handled: " ++ Debug.toString node)
getRealName : (ModuleNameLookupTable -> Range -> Maybe ModuleName) -> ModuleContext -> ModuleName -> Range -> String -> String