1 package foo
2 
3 class Foo {
4     companion object {
mainnull5         @JvmStatic fun main(args: Array<String>) {
6         }
7     }
8 }