package androidx.core.widget; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ public final class TextViewKt$addTextChangedListener$2 extends o implements Function4 { public static final TextViewKt$addTextChangedListener$2 INSTANCE = new TextViewKt$addTextChangedListener$2(); public TextViewKt$addTextChangedListener$2() { super(4); } /* 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, java.lang.Object, java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function4 public /* bridge */ /* synthetic */ Unit invoke(CharSequence charSequence, Integer num, Integer num2, Integer num3) { invoke(charSequence, num.intValue(), num2.intValue(), num3.intValue()); return Unit.a; } public final void invoke(CharSequence charSequence, int i, int i2, int i3) { } }