discord-jadx/app/src/main/java/kotlin/reflect/KMutableProperty$Setter.java

7 lines
151 B
Java

package kotlin.reflect;
import kotlin.Unit;
/* compiled from: KProperty.kt */
public interface KMutableProperty$Setter<V> extends KFunction<Unit> {
}