Rename script annotation params according to configuration keys...

rename evaluation params consistently too
This commit is contained in:
Ilya Chernikov
2018-09-11 13:14:51 +02:00
parent 136428c7b4
commit a02d5b4b21
12 changed files with 15 additions and 20 deletions
@@ -7,7 +7,7 @@ package org.jetbrains.kotlin.test
import kotlin.script.experimental.annotations.*
@KotlinScript(extension = "greet.kts")
@KotlinScript(fileExtension = "greet.kts")
abstract class GreetScriptTemplate {
fun greet(subject: String) {
println("Hello, $subject!")