You write an extension on Int to add a computed property. Which of these is NOT allowed in a Swift extension?extension Int { // which member type is illegal here? }