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 8dfbd6d commit d5bdc16Copy full SHA for d5bdc16
compiler/src/dotty/tools/dotc/transform/Splicer.scala
@@ -216,7 +216,7 @@ object Splicer {
216
args.flatten.foreach(checkIfValidArgument)
217
218
case Call(fn, args) if fn.symbol.name.is(NameKinds.InlineAccessorName) =>
219
- // TODO suggest use of @binaryAPI one we have the annotation
+ // TODO suggest use of @binaryAPI once we have the annotation
220
report.error(
221
i"""Macro implementation is not statically accessible.
222
|
0 commit comments