Toybox.Application has :Storage returns true on CIQ 1 devices

If you run

if
(Toybox.Application has :Storage){
Toybox.Application.Storage.setValue(0, 0);
}


on the simulator of a CIQ 1 device, the program crashes with Could not find symbol setValue.

It can be solved adding the condition && Toybox.Application.Storage has :setValue, but I think Toybox.Application has :Storage should return false.

I do not have a real CIQ 1 device to test.