anotherTopLevelFunction¶
fun anotherTopLevelFunction(
@MyAnnotation param1: String,
param2: Int,
param3: Boolean,
param4: String = "default",
onAction: () -> Unit
): Int
This is another top-level function with multiple parameters.
This a link to a method: Example.foo.