Update test data after introducing IntrinsicConstEvaluation annotation
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
// ALLOW_KOTLIN_PACKAGE
|
||||
|
||||
// FILE: uint.kt
|
||||
|
||||
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
|
||||
package kotlin
|
||||
|
||||
inline class UInt(val value: Int)
|
||||
inline class UInt @kotlin.internal.IntrinsicConstEvaluation constructor(val value: Int)
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user