Rename script annotation params according to configuration keys...
rename evaluation params consistently too
This commit is contained in:
+1
-1
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user