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
275 B
Plaintext
Vendored
8 lines
275 B
Plaintext
Vendored
package test
|
|
|
|
@kotlin.jvm.JvmInline /* annotation class not found */ public final value 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
|
|
}
|