Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
ideRegression
/
OverridingProtected.extra.kt
blob: 1cd15b97a9d841df54be8cc2e2481e9fce2f5e0f [
file
]
package
p
abstract
class
A
{
protected
val ap
:
Int
=
4
abstract
protected
fun af
():
Int
}