TypeScript/tests/baselines/reference/FunctionDeclaration8_es6.errors.txt
2014-12-11 16:49:53 -08:00

7 lines
No EOL
378 B
Text

tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration8_es6.ts(1,11): error TS9002: Computed property names are not currently supported.
==== tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration8_es6.ts (1 errors) ====
var v = { [yield]: foo }
~~~~~~~
!!! error TS9002: Computed property names are not currently supported.