11 lines
162 B
Kotlin
Vendored
11 lines
162 B
Kotlin
Vendored
// IGNORE K2
|
|
|
|
@JvmInline
|
|
value class A(private val i: Int?)
|
|
|
|
@JvmInline
|
|
value class B(private val f: suspend () -> Unit)
|
|
|
|
@JvmInline
|
|
value class Z(val s: String)
|