discord-jadx/app/src/main/java/d0/o.java

11 lines
219 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package d0;
2021-08-03 07:33:18 +00:00
import kotlin.Pair;
/* compiled from: Tuples.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public final class o {
2021-12-17 21:59:34 +00:00
public static final <A, B> Pair<A, B> to(A a, B b2) {
return new Pair<>(a, b2);
2021-08-03 07:33:18 +00:00
}
}