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

11 lines
219 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package d0;
2021-06-27 20:44:35 +00:00
import kotlin.Pair;
/* compiled from: Tuples.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public final class o {
2021-12-21 23:37:30 +00:00
public static final <A, B> Pair<A, B> to(A a, B b2) {
return new Pair<>(a, b2);
2021-06-27 20:44:35 +00:00
}
}