Files
2022-01-12 15:09:45 +01:00

6 lines
83 B
Kotlin
Vendored

package test
fun main(args: Array<String>) {
f { println("to be inlined") }
}