package testing.kt open class KotlinBase { open fun test() {} } // REF: (in testing.jj.JavaBase).test()