package androidx.fragment.app; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$viewModels$1 extends o implements Function0 { public final /* synthetic */ Fragment $this_viewModels; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public FragmentViewModelLazyKt$viewModels$1(Fragment fragment) { super(0); this.$this_viewModels = fragment; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Fragment mo1invoke() { return this.$this_viewModels; } }