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

8 lines
101 B
Kotlin
Vendored

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