package second open class SomeOther() {} class SomeTest { fun testingMethod() { } } fun SomeTest.testingUnexpectedFunction() { } fun SomeTest.testingExpectedFunction(i : Int) : String { return "" }