Add test infrastructure for custom scripts testing, add receiver test

This commit is contained in:
Ilya Chernikov
2018-04-25 11:32:13 +02:00
parent 57db77a295
commit a9600e34bf
9 changed files with 275 additions and 1 deletions
@@ -0,0 +1,8 @@
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithReceivers
// receiver: abracadabra
val res = drop(4)
// expected: res = cadabra