mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
8 lines
221 B
Plaintext
Vendored
8 lines
221 B
Plaintext
Vendored
package test
|
|
|
|
public final inline class Z {
|
|
/*primary*/ @kotlin.PublishedApi internal constructor Z(/*0*/ value: kotlin.Int)
|
|
public final val value: kotlin.Int
|
|
public final fun <get-value>(): kotlin.Int
|
|
}
|