package first interface TestedTrait() { } fun firstFun() { val a = second.SomeTest() a.testing } // EXIST: testingMethod // EXIST: testingExpectedFunction // ABSENT: testingUnexpectedFunction // NOTHING_ELSE