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

7 lines
151 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package kotlin.reflect;
import kotlin.Unit;
/* compiled from: KProperty.kt */
public interface KMutableProperty$Setter<V> extends KFunction<Unit> {
}