//! Expression value positions in the declaration model.
use KtCode;
/// A property's value: no value, an initializer, or a delegate.
///
/// Replaces the old two-`Option<String>` fields — a sum, so the illegal
/// state (both set at once) is unrepresentable.