Files
kotlin-fork/plugins/scripting/scripting-compiler/testData/compiler/mixedCompilation/nonScript.kt
T
Ilya Chernikov e5a6900458 K2 scripting: separate scripts compilation into another session
when scripts are compiled along with other sources.
#KT-65865 fixed
2024-02-21 07:47:15 +00:00

7 lines
47 B
Kotlin
Vendored

package foo
fun main() {
println("OK")
}