Fix SamWithReceiver tests for scripts, add tests...

that use new script definition and ability to load
annotations from script definition
This commit is contained in:
Ilya Chernikov
2020-06-02 12:43:25 +02:00
parent 8fb41e4562
commit 74c697af92
6 changed files with 121 additions and 7 deletions
@@ -17,7 +17,8 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
testCompileOnly(project(":kotlin-compiler"))
testCompile(project(":kotlin-scripting-jvm-host-unshaded"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
Platform[192].orHigher {