Files
kotlin-fork/plugins/jvm-abi-gen/testData/compare/debugInfoSourceDebugExtension/sameAbi/test.kt
T
2024-01-22 19:00:10 +00:00

7 lines
128 B
Kotlin
Vendored

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