mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
7 lines
193 B
Plaintext
Vendored
7 lines
193 B
Plaintext
Vendored
public open class ProtectedPackageFun : R|kotlin/Any| {
|
|
protected/*protected and package*/ open operator fun foo(): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/ProtectedPackageFun|
|
|
|
|
}
|