package test fun forEach0(list: List, block: (T) -> Unit) { // Comment before the function list.forEach(block) }