mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
139 B
D
9 lines
139 B
D
// EXTRA_OBJC_SOURCES:
|
|
|
|
import core.attribute : selector;
|
|
|
|
extern (Objective-C)
|
|
interface Bar
|
|
{
|
|
final void foo() @selector("foo") {}
|
|
}
|