The following function can no longer be built using SDK 7.2.0 with strict type check level:
function saveValues(values as $.Toybox.Lang.Array<$.Toybox.Lang.String>) as Void { $.Toybox.Application.Storage.setValue("key", values); }
The error is:
Passing '$.Toybox.Lang.Array<$.Toybox.Lang.String>' as parameter 2 of poly type 'PolyType<Null or $.Toybox.Application.PropertyKeyType or $.Toybox.Lang.Array<$.Toybox.Application.PropertyValueType> or $.Toybox.Lang.Dictionary<$.Toybox.Application.PropertyKeyType,$.Toybox.Application.PropertyValueType> or $.Toybox.WatchUi.BitmapResource>'.
This code builds without errors both using 6.4.2 and 7.1.1.