Files
swift-mirror/test/APINotes/Inputs/broken-modules/BrokenAPINotes.apinotes
Jordan Rose 3d9d0a3c90 Allow nested names in @available(*, renamed:"..."). (#2722)
This can be used as QoI for things like 'NSASCIIStringEncoding', which
is going to canonically be `String.Encoding.ascii` if/when SE-0086 is
accepted.

We can't actually handle this in NS_SWIFT_NAME (that is, we can't
/import/ something onto a nested type), but that's okay: we already
have stricter limitations on NS_SWIFT_NAME enforced by Clang.

rdar://problem/26352374
2016-05-26 12:54:05 -07:00

17 lines
688 B
Plaintext

Name: BrokenAPINotes
Functions:
- Name: ZXSpectrumGetAccumulator
SwiftName: 'getter:ZXSpectrum.accumulator(self:)'
- Name: ZXSpectrumSetAccumulator
SwiftName: 'setter:ZXSpectrum.accumulator(self:newValue:)'
- Name: ZXSpectrumGetRegister
SwiftName: 'getter:ZXSpectrum.register(self:which:)'
- Name: ZXSpectrumSetRegister
SwiftName: 'setter:ZXSpectrum.register(self:which:newValue:)'
- Name: ZXSpectrumGetMisnamedRegister
SwiftName: 'getter:ZXSpectrum.misnamedRegister(self:)'
- Name: ZXSpectrumSetMisnamedRegister
SwiftName: 'setter:ZXSpectrum.misnamedRegister(self:newValue:)'
- Name: ZXSpectrumHelperReset
SwiftName: 'ZXSpectrum.Helper.reset()'