package kotlin.reflect; import kotlin.jvm.functions.Function1; import kotlin.reflect.KProperty; /* loaded from: classes5.dex */ public interface KProperty1 extends KProperty, Function1 { public interface Getter extends KProperty.Getter, Function1 { } Object getDelegate(Object obj); Getter getGetter(); }