[Issue 19654] New: [REG master] cannot have final methods in objc interfaces

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 6 12:17:35 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19654

          Issue ID: 19654
           Summary: [REG master] cannot have final methods in objc
                    interfaces
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: doob at me.com

The following code compiles successfully with DMD 2.084.0 but fails with
master:

extern (Objective-C)
interface Bar
{
    final void foo() @selector("foo") {}
}

--


More information about the Digitalmars-d-bugs mailing list