[Issue 19494] [REG 2.080.0][objc] interface `main.NSObject.Class` conflicts with interface `main.NSObject.Class`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Dec 16 09:43:03 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19494
--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/c9bc1a68a41303e83e3df06bff7b9182755aceed
Fix issue 19494: Remove implicit `Class` member for Objective-C interfaces
The issue was that when support for Objective-C class methods was
added, the metaclass was accidentally exposed as the `.Class` member
for all Objective-C interfaces.
https://github.com/dlang/dmd/commit/09f2198b25024a8bde75f7ef58609c8218e62ca3
Merge pull request #9083 from jacob-carlborg/19494-class-conflict
Fix issue 19494: Remove implicit `Class` member for Objective-C interfaces
--
More information about the Digitalmars-d-bugs
mailing list