I have `protected` method in java, I override it i...
# test
e
I have
protected
method in java, I override it in Kotlin class in the same package. I write Kotlin test class in the same package (but different source folder) and I can not call this method in test