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

7 lines
151 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package kotlin.reflect;
import kotlin.Unit;
/* compiled from: KProperty.kt */
public interface KMutableProperty$Setter<V> extends KFunction<Unit> {
}