Bit query and bit rotation functions for Int, Long, Short, Byte

#KT-12749
This commit is contained in:
Ilya Gorbunov
2019-05-05 06:15:00 +03:00
parent 32fc131d62
commit f8724654a1
8 changed files with 836 additions and 3 deletions
@@ -119,6 +119,13 @@ public final class kotlin/NotImplementedError : java/lang/Error {
public synthetic fun <init> (Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
}
public final class kotlin/NumbersKt {
public static final fun rotateLeft (BI)B
public static final fun rotateLeft (SI)S
public static final fun rotateRight (BI)B
public static final fun rotateRight (SI)S
}
public abstract interface annotation class kotlin/OptionalExpectation : java/lang/annotation/Annotation {
}