Files
kotlin-fork/compiler/testData/ir/irText/firProblems/kt59102.kt.txt
T
2024-02-16 10:19:38 +00:00

18 lines
226 B
Kotlin
Vendored

class XAlign {
val bits: Long
field = bits
get
constructor() {
this/*XAlign*/(bits = 1.shl(bitCount = 1).toLong())
}
constructor(bits: Long) /* primary */ {
super/*Any*/()
/* <init>() */
}
}