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