Files
kotlin-fork/libraries/tools/kotlinp/testData/ValueClass.kt
T
2021-11-20 12:39:15 +01:00

9 lines
148 B
Kotlin
Vendored

@JvmInline
value class A(private val i: Int?)
@JvmInline
value class B(private val f: suspend () -> Unit)
@JvmInline
value class Z(val s: String)