SDK: 7.4.3
Type check level: any non-0 level, including the default level
Consider the following (invalid) code:
var pressure = Sensor.Info.pressure;
As expected, this produces a type check error:
Cannot find symbol ':pressure' on class definition...