Skip to content

Commit d5bdc16

Browse files
nicolasstuckijchyb
authored andcommitted
Update compiler/src/dotty/tools/dotc/transform/Splicer.scala
Co-authored-by: Jan Chyb <[email protected]> [Cherry-picked 546ecf9]
1 parent 8dfbd6d commit d5bdc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/Splicer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ object Splicer {
216216
args.flatten.foreach(checkIfValidArgument)
217217

218218
case Call(fn, args) if fn.symbol.name.is(NameKinds.InlineAccessorName) =>
219-
// TODO suggest use of @binaryAPI one we have the annotation
219+
// TODO suggest use of @binaryAPI once we have the annotation
220220
report.error(
221221
i"""Macro implementation is not statically accessible.
222222
|

0 commit comments

Comments
 (0)