Acknowledged

BUG: 4.1.4 Compiler BETA 2 emits Cannot perform operation 'instanceof' on type 'Any'

The following function breaks with the following error: Cannot perform operation 'instanceof' on type 'Any'.

      function instanceOf(needle, instance, msg) {
        ok(needle instanceof instance, msg);
      }