mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
12 lines
281 B
Plaintext
Vendored
12 lines
281 B
Plaintext
Vendored
package test
|
|
|
|
public val x: kotlin.Int = 5
|
|
public fun <get-x>(): kotlin.Int
|
|
|
|
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
|
|
}
|