in src/main/kotlin/com/haulmont/petclinic/vet/Vet.kt [21:23]
fun addSpecialty(specialty: Specialty?) { specialty?.let { specialties.add(it) } }