// "Create member function 'A.foo'" "true" object A { fun foo(i: Int): Int { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } } fun test() { val a: Int = A.foo(2) }