package androidx.compose.foundation.lazy; import androidx.exifinterface.media.ExifInterface; import java.util.List; import kotlin.Metadata; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.Lambda; /* compiled from: LazyDsl.kt */ @Metadata(d1 = {"\u0000\u0012\n\u0000\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\u0010\u0000\u001a\u0004\u0018\u00010\u0001\"\u0004\b\u0000\u0010\u00022\u0006\u0010\u0003\u001a\u00020\u0004H\n¢\u0006\u0002\b\u0005¨\u0006\u0006"}, d2 = {"", "", ExifInterface.GPS_DIRECTION_TRUE, "index", "", "invoke", "androidx/compose/foundation/lazy/LazyDslKt$itemsIndexed$3"}, k = 3, mv = {1, 8, 0}, xi = 176) /* loaded from: classes.dex */ public final class LazyDslKt$itemsIndexed$$inlined$itemsIndexed$default$1 extends Lambda implements Function1 { final /* synthetic */ List $items; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public LazyDslKt$itemsIndexed$$inlined$itemsIndexed$default$1(List list) { super(1); this.$items = list; } @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Object invoke(Integer num) { return invoke(num.intValue()); } public final Object invoke(int i) { this.$items.get(i); return null; } }