robstoll
class A{ companion object } fun test(a: Any){} fun foo(){ test(A) // I want a compilation error here }