package kotlin.reflect; import kotlin.jvm.functions.Function2; /* loaded from: classes5.dex */ public interface KMutableProperty1 extends KProperty1, KProperty { public interface Setter extends KMutableProperty$Setter, Function2 { } Setter getSetter(); }