Skip to content

Commit db49c0c

Browse files
committed
removed incorrect import from examples
1 parent 2301b9b commit db49c0c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ Using annotations instead of comment directives to configure scripts is cleaner
301301
// declare application entry point (applies on for kt-files)
302302
@file:EntryPoint("Foo.bar")
303303

304-
import kscript.annotations.*
305-
306304
print("1+1")
307305
```
308306

test/resources/script_in_pckg.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package foo
66

77
import KotlinOpts
88

9-
//import kscript.annotations.*
109

1110

1211
println("I live in a package!")

0 commit comments

Comments
 (0)