We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564045a commit 9802d51Copy full SHA for 9802d51
test/resources/invalid_script.kts
@@ -0,0 +1,15 @@
1
+#!/usr/bin/env kscript
2
+
3
+@file:DependsOn("log4j:log4j:1.2.14")
4
5
+// some pointless comment
6
+//
7
+//import org.docopt.Docopt
8
9
+//// test the docopt dependency
10
+//val docopt = Docopt("Usage: jl <command> [options] [<joblist_file>]")
11
12
+//// instantiate a logger to test the log4j dependency
13
+org.apache.log4j.Logger.getRootLogger(
14
15
+println("kscript with annotations rocks!")
0 commit comments