Occurs both as part of the error and as part of the fix. ```ts class Greeter { name: string; constructor(name: string) { this.name = name; } greet(otherName: string) { conole/**/ } } ``` 