>>618
無いことはないけど俺もそうしてるよ
class A {
  fun f(){
    async {
      this@A
    }
  }
}
https://kotlinlang.org/docs/reference/this-expressions.html