Fix all small and medium-sized issues after review
This commit is contained in:
+4
@@ -1,5 +1,9 @@
|
||||
import java.lang.Exception
|
||||
|
||||
if (!args.isEmpty())
|
||||
println("some args passed")
|
||||
|
||||
if (this !is org.jetbrains.kotlin.script.util.StandardScript)
|
||||
throw Exception("Unexpected script base class")
|
||||
|
||||
println("Hello from Kotlin script file!")
|
||||
Reference in New Issue
Block a user