Skip to content
Snippets Groups Projects
Commit 2981eb2e authored by Florian Atteneder's avatar Florian Atteneder
Browse files

dispatch TODO on Symbol

parent 236a24d5
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -270,6 +270,7 @@ end
TODO() = error("Not implemented yet!")
TODO(msg::Symbol) = error(string(msg))
TODO(msg::String) = error(msg)
TODO(fn::Function) = error("'$fn': Not implemented yet!")
TODO(fn::Function, msg) = error("""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment