<@U0C2CG716> something like this? have no idea how...
# random
d
@dalexander something like this? have no idea how to call it though
Copy code
fun <T, A : (A) -> T> foo(bar: A): T {
    TODO()
}