==== tests/cases/compiler/constructorArgsErrors1.ts (1 errors) ==== class foo { constructor (static a: number) { ~~~~~~ !!! 'static' modifier cannot appear on a parameter. } }