asyncInterface_es5.ts(1,1): error TS1042: 'async' modifier cannot be used here.


==== asyncInterface_es5.ts (1 errors) ====
    async interface I {
    ~~~~~
!!! error TS1042: 'async' modifier cannot be used here.
    }