Files
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

6 lines
68 B
Kotlin
Vendored

fun main() {
println(SimpleScript_main().ok)
println(ok)
}