mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When inside a declaration or extension of TypeName, humans usually don't write the full typename like #selector(TypeName.foo), but instead prefer the neater form #selector(self.foo). The compiler has enough information to do this too. Fixes rdar://problem/2528469
2.1 KiB
2.1 KiB