Suppress errors about non-public primary constructor and forbidden varargs
This commit is contained in:
@@ -9,6 +9,7 @@ package kotlin
|
||||
|
||||
import kotlin.experimental.*
|
||||
|
||||
@Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
|
||||
public inline class UInt internal constructor(private val data: Int) : Comparable<UInt> {
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user