package test public open class ClassVarModality { /*primary*/ public constructor ClassVarModality() public open var property1: kotlin.Int public open fun (): kotlin.Int public open fun (/*0*/ : kotlin.Int): kotlin.Unit internal final var property2: kotlin.Int internal final fun (): kotlin.Int internal final fun (/*0*/ : kotlin.Int): kotlin.Unit public open var property3: kotlin.Int public open fun (): kotlin.Int public open fun (/*0*/ : kotlin.Int): kotlin.Unit internal final var property4: kotlin.Int internal final fun (): kotlin.Int private final fun (/*0*/ : kotlin.Int): kotlin.Unit } public abstract class ClassVarModalityAbstract { /*primary*/ public constructor ClassVarModalityAbstract() public abstract var property1: java.util.Date public abstract fun (): java.util.Date public abstract fun (/*0*/ : java.util.Date): kotlin.Unit }