setAntiAlias on EDGE1030 - is it supposed to work on this device?

Is the "setAntiAlias" function supposed to be there on all CIQ3.2 devices?

I have an Edge1030 which is CIQ3.2.4 since firmware version 11 which was released in November 2020, but until now it was still CIQ3.1.6 in the compiler device definition.

After seeing the announcement for device definitions update (https://forums.garmin.com/developer/connect-iq/b/news-announcements) I was impatient to try some of the new CIQ3.2. features and the first thing I wanted to see was the anti-aliasing.

And it did not work...

The device definition correctly says "connectIQversion = 3.2.4" and the compiler is successfully executing a build for this target SDK version.

However checking for the existence of  "setAntiAlias" function in the device context with the has keyword returns false.

Trying to call it directly for the dc in onUpdate() of course throws a "Symbol not found" exception.