package test internal open class JavaClass { var field: Int = 0 var property: Int = 0 protected set }