package test public interface TaskObject { fun foo(r: Runnable) } fun foo(r: Runnable) { }