mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If they do provide it, however, it must match. So the following combinations are valid: weak var -> override weak var weak var -> override var but these are not: var -> override weak var weak var -> override unowned var To be fully correct, we should be cloning the attribute down and adjusting the type of the overriding property, but I'd rather not touch that right now. <rdar://problem/17837100> Swift SVN r20694
1.2 KiB
1.2 KiB