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

9 lines
423 B
Text
Raw Normal View History

tests/cases/conformance/parser/ecmascript6/ComputedPropertyNames/parserComputedPropertyName35.ts(2,5): error TS9002: Computed property names are not currently supported.
2014-11-27 05:10:49 +01:00
==== tests/cases/conformance/parser/ecmascript6/ComputedPropertyNames/parserComputedPropertyName35.ts (1 errors) ====
var x = {
[0, 1]: { }
~~~~~~
!!! error TS9002: Computed property names are not currently supported.
2014-11-27 05:10:49 +01:00
}