Code such as:
var data as ByteArray;
and
function compute(info as Activity.Info) as Void {
bleHandler.compute();
}
compiles using version 4.1.5.
However on version 6.2.1, compiles errors stating the below:
Invalid explicit typing of a local variable. Local variable types are inferred.
How can this code be compiled on version 6.2.1 so that simulators for new watches such as Forerunner 965 can be used to test the data field?