22 lines
485 B
Java
22 lines
485 B
Java
|
package d0;
|
||
|
|
||
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
||
|
/* compiled from: UInt.kt */
|
||
|
public final class p implements Comparable<p> {
|
||
|
|
||
|
/* compiled from: UInt.kt */
|
||
|
public static final class a {
|
||
|
public a(DefaultConstructorMarker defaultConstructorMarker) {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new a(null);
|
||
|
}
|
||
|
|
||
|
/* renamed from: constructor-impl reason: not valid java name */
|
||
|
public static int m86constructorimpl(int i) {
|
||
|
return i;
|
||
|
}
|
||
|
}
|