package d0.e0; import d0.z.d.k; import kotlin.jvm.functions.Function1; /* compiled from: TypesJVM.kt */ public final /* synthetic */ class m extends k implements Function1, Class> { public static final m i = new m(); public m() { super(1, Class.class, "getComponentType", "getComponentType()Ljava/lang/Class;", 0); } public final Class invoke(Class cls) { d0.z.d.m.checkNotNullParameter(cls, "p1"); return cls.getComponentType(); } /* 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 /* bridge */ /* synthetic */ Class invoke(Class cls) { return invoke((Class) cls); } }