ca3e7cf1a7
Report when @JvmInline is applied on non-value class.
8 lines
220 B
Plaintext
Vendored
8 lines
220 B
Plaintext
Vendored
package test
|
|
|
|
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
|
|
}
|