anyone know how to get `this` receiver from within...
# announcements
d
anyone know how to get
this
receiver from within a
with
inside an extension property ?
private val String.abc get() = with(def) { need to access this String here so i can pass it to a fun }