package kotlin.reflect; /* compiled from: KProperty.kt */ public interface KProperty extends KCallable { /* compiled from: KProperty.kt */ public interface Getter extends KFunction { } boolean isConst(); boolean isLateinit(); }