TypeScript/tests/baselines/reference/parserComputedPropertyName21.errors.txt
2014-11-25 16:09:03 -08:00

9 lines
No EOL
463 B
Text

tests/cases/conformance/parser/ecmascript6/ComputedPropertyNames/parserComputedPropertyName21.ts(2,5): error TS1169: Computed property names are not allowed in interfaces or type literals.
==== tests/cases/conformance/parser/ecmascript6/ComputedPropertyNames/parserComputedPropertyName21.ts (1 errors) ====
interface I {
[e]: number
~~~
!!! error TS1169: Computed property names are not allowed in interfaces or type literals.
}