``` val String.abc: Unit get() = with(123) { ...
# announcements
s
Copy code
val String.abc: Unit
  get() = with(123) {
    println(this@abc)
  }