Files
2023-09-18 21:12:45 +00:00

9 lines
76 B
Kotlin
Vendored

// WITH_STDLIB
package test
import lib.*
fun foo() {
println("foo")
}