e6f4d6e6fa
^KT-65406
18 lines
226 B
Kotlin
Vendored
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>() */
|
|
|
|
}
|
|
|
|
}
|
|
|