Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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
}