129de76288
but not for value classes. Since inline classes and value classes share the same flag, we use presence of the annotation to distinguish them.
8 lines
214 B
Plaintext
Vendored
8 lines
214 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.jvm.JvmInline public final value class Z {
|
|
/*primary*/ internal constructor Z(/*0*/ kotlin.Int)
|
|
public final val value: kotlin.Int
|
|
public final fun <get-value>(): kotlin.Int
|
|
}
|