mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
7 lines
193 B
Plaintext
Vendored
7 lines
193 B
Plaintext
Vendored
public open class ProtectedPackageProperty : R|kotlin/Any| {
|
|
protected/*protected and package*/ open field foo: R|kotlin/Int|
|
|
|
|
public constructor(): R|test/ProtectedPackageProperty|
|
|
|
|
}
|