mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Improve logic, code reuse and readability Add support for more corner cases Improve reporting Add definitions loading test
6 lines
131 B
Kotlin
Vendored
6 lines
131 B
Kotlin
Vendored
|
|
import kotlin.script.templates.*
|
|
|
|
@ScriptTemplateAdditionalCompilerArguments(["-v"])
|
|
abstract class TestScriptWithOtherAnnotation
|