TypeScript/tests/baselines/reference/asyncInterface_es6.errors.txt

8 lines
297 B
Text
Raw Normal View History

2015-05-07 02:33:58 +02:00
tests/cases/conformance/async/es6/asyncInterface_es6.ts(1,1): error TS1042: 'async' modifier cannot be used here.
==== tests/cases/conformance/async/es6/asyncInterface_es6.ts (1 errors) ====
async interface I {
~~~~~
!!! error TS1042: 'async' modifier cannot be used here.
}