tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration12_es6.ts(1,20): error TS1359: Identifier expected. 'yield' is a reserved word that cannot be used here.


==== tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration12_es6.ts (1 errors) ====
    var v = function * yield() { }
                       ~~~~~
!!! error TS1359: Identifier expected. 'yield' is a reserved word that cannot be used here.