Properti terkomputasi Swift dalam ekstensi

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