mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It was hard-coding IsStatic to false rather than passing it through from the
VarDecl, giving the same USR for the two getters in the below:
class FixtureClass95 {
private static var someVar: String!
private var someVar: String!
}
Resolves rdar://problem/44531531
13 KiB
13 KiB