Always assign shebang comment to same position before package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env kotlin
|
||||
|
||||
package test
|
||||
|
||||
println(args)
|
||||
Reference in New Issue
Block a user