We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81f0bf commit 06d9d5aCopy full SHA for 06d9d5a
lit_tests/compiler_plugin_basic.swift
@@ -14,7 +14,7 @@
14
@freestanding(expression)
15
macro echo<T>(_: T) -> T = #externalMacro(module: "ExamplePlugin", type: "EchoExpressionMacro")
16
17
-@attached(member)
+@attached(member, names: named(__metadata__))
18
macro Metadata() = #externalMacro(module: "ExamplePlugin", type: "MetadataMacro")
19
20
@Metadata
0 commit comments