Files
kotlin/compiler/testData/script/cliCompilation/hello.req1.kts

4 lines
79 B
Kotlin
Vendored

@file:Import("hello_req.kt")
print("Hello from ${RequiredFromHello().name}!")