6 lines
137 B
Kotlin
Vendored
6 lines
137 B
Kotlin
Vendored
|
|
import kotlin.script.templates.*
|
|
|
|
@ScriptTemplateAdditionalCompilerArguments(["-version"])
|
|
abstract class TestScriptWithOtherAnnotation
|