package kotlin.jvm.internal; /* loaded from: classes5.dex */ public final class ShortCompanionObject { public static final ShortCompanionObject INSTANCE = new ShortCompanionObject(); public static final short MAX_VALUE = Short.MAX_VALUE; public static final short MIN_VALUE = Short.MIN_VALUE; public static final int SIZE_BITS = 16; public static final int SIZE_BYTES = 2; public static /* synthetic */ void getSIZE_BITS$annotations() { } public static /* synthetic */ void getSIZE_BYTES$annotations() { } private ShortCompanionObject() { } }