test / A

A

class A

Constructors

| <init> | A() |

test / B

B

class B

Constructors

| <init> | B() |

test / C

C

class C

Constructors

| <init> | C() |

test / acceptFunctionTypeWithNamedArguments

acceptFunctionTypeWithNamedArguments

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

test / f

f

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