package com.discord.widgets.auth; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetAuthPhoneVerify.kt */ public final /* synthetic */ class WidgetAuthPhoneVerify$inputCode$2 extends k implements Function1 { public WidgetAuthPhoneVerify$inputCode$2(WidgetAuthPhoneVerify widgetAuthPhoneVerify) { super(1, widgetAuthPhoneVerify, WidgetAuthPhoneVerify.class, "evaluateCode", "evaluateCode(Ljava/lang/String;)V", 0); } /* 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 */ Unit invoke(String str) { invoke(str); return Unit.a; } public final void invoke(String str) { m.checkNotNullParameter(str, "p1"); WidgetAuthPhoneVerify.access$evaluateCode((WidgetAuthPhoneVerify) this.receiver, str); } }