mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
...and collapse StaticVar/ClassVar and StaticLet/ClassLet into StaticProperty/ClassProperty. "var" and "let" aren't great nouns to use in diagnostics to begin with, especially alongside semantic terms like "instance method". Focus on the type vs. non-type aspect instead with "property", which better matches how people talk about member vars (and lets) anyway.