Swift Computed Property в расширении

extension Circle {
  // stored property
  var radius: Int // error code
}
SAMER SAEID