Right now not sure of the syntax, but would this w...
# announcements
s
Right now not sure of the syntax, but would this work?:
Copy code
fun b(): Int {
   return this@a.b() + 4
}