6bd4d72b81
Default type is `KProperty<R>` where R is KProperty's type parameter. This type doesn't make much sense outside the KProperty's own class declaration. A more correct type here is `KProperty<*>`, which is the type used in property delegates in Kotlin