Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
firProblems
/
kt59102.kt
blob: cdfb9861ed4c38f7fe878023edf8a33b90b299e9 [
file
]
// FIR_IDENTICAL
class
XAlign
(
val bits
:
Long
)
{
constructor
()
:
this
(
1
shl
1
)
}