discord-jadx/app/src/main/java/c/a/y/q0/a.java

22 lines
602 B
Java

package c.a.y.q0;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StepsView.kt */
public final class a extends o implements Function1<Integer, Unit> {
public static final a j = new a();
public a() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Integer num) {
num.intValue();
return Unit.a;
}
}