You misspelled the parameter name 'locaction', so your assignment in the constructor is a no-op:``` this.location = this.location ```
Thanks. I was starting to question my sanity.
WhatMeWorry via Digitalmars-d-learn Thu, 09 Jan 2025 15:46:51 -0800
You misspelled the parameter name 'locaction', so your assignment in the constructor is a no-op:``` this.location = this.location ```
Thanks. I was starting to question my sanity.