<@U3D0A5GP9> Assuming you have an class `Fred` tha...
# getting-started
r
@poohbar Assuming you have an class
Fred
that has a function
plugin(String)
, the above apply method could be defined as
fun apply(op: Fred.() -> Unit)
and would just work