discord-jadx/app/src/main/java/com/discord/utilities/auditlogs/AuditLogUtils$ALL_ACTION_TY...

22 lines
918 B
Java

package com.discord.utilities.auditlogs;
import d0.t.n;
import d0.z.d.o;
import java.util.List;
import kotlin.jvm.functions.Function0;
/* compiled from: AuditLogUtils.kt */
public final class AuditLogUtils$ALL_ACTION_TYPES$2 extends o implements Function0<List<? extends Integer>> {
public static final AuditLogUtils$ALL_ACTION_TYPES$2 INSTANCE = new AuditLogUtils$ALL_ACTION_TYPES$2();
public AuditLogUtils$ALL_ACTION_TYPES$2() {
super(0);
}
/* Return type fixed from 'java.util.List<java.lang.Integer>' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final List<? extends Integer> mo1invoke() {
return n.listOf((Object[]) new Integer[]{0, 1, 10, 11, 12, 13, 14, 15, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 40, 41, 42, 50, 51, 52, 60, 61, 62, 72, 73, 74, 75, 80, 81, 82, 83, 84, 85, 100, 101, 102});
}
}