jlleitschuh
fun someFunctionHandler(`object` : Any) : Unit { // do a thing with object } var someFunction : (Any) -> Unit by extra someFunction = this::someFunctionHandler