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