Both with SDK 7.4.3 and 8.0.0-Beta:
the compiler can't instantiate an object of polytype where each option is a drawable:
function draw1(dc as Dc) {
var statusIconId = Rez.Drawables.pause;
var statusIcon = new statusIconId(); // WARN: Cannot...