fun test(f: Function0) { return try { // BLOCK f.invoke() } catch (e: Exception){ // BLOCK throw e } }