fun fail() { println("Test failed, this is a wrong main() function.") } fun foo(args: Array) { println("Hello.") }