I want to highlight the this parameter if inserted to a custom method
this
// class Warlock shout(this: Warlock){ console.log(this.name) }