December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19494

--- Comment #1 from github-bugzilla@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

--
December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19494

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--