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 2301b9b commit db49c0cCopy full SHA for db49c0c
README.md
@@ -301,8 +301,6 @@ Using annotations instead of comment directives to configure scripts is cleaner
301
// declare application entry point (applies on for kt-files)
302
@file:EntryPoint("Foo.bar")
303
304
-import kscript.annotations.*
305
-
306
print("1+1")
307
```
308
test/resources/script_in_pckg.kts
@@ -6,7 +6,6 @@ package foo
6
7
import KotlinOpts
8
9
-//import kscript.annotations.*
10
11
12
println("I live in a package!")
0 commit comments