blob: 6ea6656a5c1c30ee64aae23c7d96c677e2127d73 [file]
package Hello
fun Array<String>.main() {
this.size
System.out.println("Hello!")
}