```js class A { foo: number = 42; bar: string; //--^------^ Undeclared variable or function ’bar’, and not highlighting } ``` #6