Dariusz Kuc
class Foo(val bar: () -> Bar) // or class Foo(val bar: suspend () -> Bar)
bar
KProperty.returnType is Function<*>
ephemient
returnType.isSubtypeOf(typeOf<Function<*>>())
A modern programming language that makes developers happier.