package test class MyClass: Test() { } fun test(m: MyClass) { m.act { } } // REF: (in test.Test).act(Action)