Files
kotlin-fork/nj2k/testData/newJ2k/protected/onlyProtectedConstructor.kt
T
2019-09-29 11:39:36 +03:00

4 lines
137 B
Kotlin
Vendored

package test
open class BaseProtectedConstructor protected constructor()
internal class DerivedSamePackage : BaseProtectedConstructor()