We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31c099 commit a0871a4Copy full SHA for a0871a4
README.md
@@ -62,7 +62,7 @@ ClassMethod print(value As %String)
62
Class MyPackage.IO extens DeclarativeProvider
63
{
64
65
-// @Declarative [io:print]
+/// @Declarative("io:print")
66
ClassMethod print(value As %String)
67
68
w value
0 commit comments