# contributor: Alejandro Espinoza Esparza # name: property ... ... { ... } # key: prop # -- /// /// $5 /// /// $6 $1 $2 $3 { get { return this.$4; } set { this.$4 = value; } }