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

10 lines
187 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 */
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
}
}