``` fun invoke(work : () -> Unit) { // invo...
# announcements
c
Copy code
fun invoke(work : () -> Unit) {
    // invoke work using reflection
}