TypeScript/tests/baselines/reference/asyncEnum_es6.errors.txt
2015-05-06 17:33:58 -07:00

9 lines
295 B
Plaintext

tests/cases/conformance/async/es6/asyncEnum_es6.ts(1,1): error TS1042: 'async' modifier cannot be used here.
==== tests/cases/conformance/async/es6/asyncEnum_es6.ts (1 errors) ====
async enum E {
~~~~~
!!! error TS1042: 'async' modifier cannot be used here.
Value
}