Given the following code:
import Toybox.Lang;
import Toybox.Application;
(:typecheck(false))
function noSystem() as Void {
// Fails at runtime: "Could not find symbol 'System'"
System.println(0);
}
function noNumber(x as Number or String...