swift
894318cf - Allow instance member syntax in @available(renamed:).

Commit
9 years ago
Allow instance member syntax in @available(renamed:). Example: @available(*, unavailable, renamed: "Sequence.enumerated(self:)") func enumerate<Seq: SequenceType>(_ sequence: Seq) -> EnumerateSequence<Seq> This will allow us to reuse this logic to suggest fixes for APIs turned into members by NS_SWIFT_NAME.
Author
Committer
Parents
Loading