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