class SomeProp() { fun get(t: Any, metadata: PropertyMetadataImpl) = 42 } class Some() { val renderer by SomeProp() }