``` TypeScript 'use strict' // static as constructor parameter name should give error if 'use strict' class test { constructor(static ) { } //!!! Identifier expected. } ```