test / A

A

class A

Constructors

<init>

A()
B - test test / B

B

class B

Constructors

<init>

B()
C - test test / C

C

class C

Constructors

<init>

C()
f - test test / f

f

val f: (a: A, b: B) -> C acceptFunctionTypeWithNamedArguments - test test / acceptFunctionTypeWithNamedArguments

acceptFunctionTypeWithNamedArguments

fun acceptFunctionTypeWithNamedArguments(f: (bb: B, aa: A) -> C): Unit