//@noUnusedLocals:true //@noUnusedParameters:true function f1() { var a: Y; var b: Z; a; b; }