trait Foo fun foo(f: Foo, i: Int){} fun bar() { foo() } //ELEMENT: object