Reviewing online docs, I see mention of final in a few places I don't expect it. Am I misunderstanding the current design? http://www.digitalmars.com/d/declaration.html lists final as a storage class option. I believe variable declarations can no longer be declared final. http://www.digitalmars.com/d/function.html lists "in" as "final const scope".