mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
13 lines
307 B
Plaintext
Vendored
13 lines
307 B
Plaintext
Vendored
package test
|
|
|
|
public object Outer {
|
|
/*primary*/ private constructor Outer()
|
|
|
|
public object Obj {
|
|
/*primary*/ private constructor Obj()
|
|
public final val v: kotlin.String = "val"
|
|
public final fun <get-v>(): kotlin.String
|
|
public final fun f(): kotlin.String
|
|
}
|
|
}
|