3a8ad45dec
Reverts and fixes 102f0d3
7 lines
176 B
Plaintext
Vendored
7 lines
176 B
Plaintext
Vendored
package test
|
|
|
|
public open class ProtectedPackageProperty {
|
|
public constructor ProtectedPackageProperty()
|
|
protected/*protected and package*/ final var foo: kotlin.Int
|
|
}
|