mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
11 lines
240 B
Plaintext
Vendored
11 lines
240 B
Plaintext
Vendored
package test
|
|
|
|
public final class NamedClassObject {
|
|
/*primary*/ public constructor NamedClassObject()
|
|
|
|
public companion object Named {
|
|
/*primary*/ private constructor Named()
|
|
public final fun f(): kotlin.Int
|
|
}
|
|
}
|