Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftextensions simpleSingle-choice MCQ

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? }