Consider the following: ```groovy @Category(Type) class C { def m() { "$this ${this.name} ${super.name}" } } ``` 
Consider the following: