blob: 1cd15b97a9d841df54be8cc2e2481e9fce2f5e0f [file]
package p
abstract class A {
protected val ap: Int = 4
abstract protected fun af(): Int
}