Rename inline class -> @JvmInline value class in stdlib and compiler
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
package kotlin
|
||||
|
||||
import kotlin.experimental.*
|
||||
import kotlin.jvm.*
|
||||
|
||||
@SinceKotlin("1.3")
|
||||
@ExperimentalUnsignedTypes
|
||||
public inline class UInt @PublishedApi internal constructor(@PublishedApi internal val data: Int) : Comparable<UInt> {
|
||||
@JvmInline
|
||||
public value class UInt @PublishedApi internal constructor(@PublishedApi internal val data: Int) : Comparable<UInt> {
|
||||
|
||||
companion object {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user