gregd
get
// Kotlin val area: Double get() { return width * height } // Swift var area: Double { return width * height }