// File: foo/bar/test.kt package foo.bar import bar.foo.OtherClass class MyClass: OtherClass { fun myFun() { } }