Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constants
/
inlineUnsignedIntConstant.kt
blob: eeb05ef1dd91ea5f54b4ddb84e5e9130812b601e [
file
]
// !LANGUAGE: +InlineClasses
// FILE: uint.kt
package
kotlin
inline
class
UInt
(
val value
:
Int
)
// FILE: test.kt
const
val u
=
UInt
(
14
)
fun foo
()
{
u
if
(
u
.
value
!=
14
)
{}
}
// @TestKt.class:
// 0 GETSTATIC