Skip to content
Snippets Groups Projects
Commit 2cc4bf3a authored by Hague Matthew UXAC009's avatar Hague Matthew UXAC009
Browse files

Add return type warning for calls

If the call did not specify the return type, the return type is inferred
from the method. This can give students the impression their code is
returning the right datatype (because the tester is using it) even when
it is not.

A warning has been added to let students know that this may not be the
case.
parent d7e4ce88
No related branches found
No related tags found
No related merge requests found
Loading
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