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