packages feed

headroom-0.4.3.0: test-data/code-samples/kotlin/sample1.kt

/*
 * This is copyright header
 */

package foo

/** this is not license header */
fun main(args : Array<String>) {
    println("Hello, World!")
}