TypeScript/tests/cases/conformance/es6/shorthandPropertyAssignment/objectLiteralShorthandPropertiesErrorFromNoneExistingIdentifier.ts
2014-11-14 15:44:06 -08:00

5 lines
60 B
TypeScript

var x = {
x, // OK
undefinedVariable // Error
}