Is it possible to make a field extension with a ge...
# announcements
r
Is it possible to make a field extension with a generic type? Currently trying:
Copy code
val <T> Foo.prop: T
  get() = this.thing as T