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