Simple test for non-kts script compilation

This commit is contained in:
Ilya Chernikov
2018-08-10 14:36:32 +02:00
parent 3f2552af60
commit 01dd665441
4 changed files with 21 additions and 4 deletions
@@ -0,0 +1,8 @@
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithNonKtsExtension
// param: world
val res = "Hello $name"
// expected: res=Hello world