So I'm trying to create a companion object within ...
# announcements
a
So I'm trying to create a companion object within a class and I'm trying to access a parameter from my class's constructor, but I keep getting an "unresolved" error when I access the parameter. I have read through the object docs multiple times and can't seem to find what I'm looking for. I've read that you can access member of the enclosing scope as long as they're not final, but my member isn't final.