struct Employee { var salary = 0.0 ... func salaryIncrement() { // Error Code salary = salary * 1.5 }