Skip to content

Commit

Permalink
Update src/main/scala/dotty/xml/interpolator/internal/package.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Stucki <[email protected]>
  • Loading branch information
hamzaremmal and nicolasstucki authored Mar 22, 2024
1 parent 8ff1c1a commit 2d04f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ given Conversion[Position, Int] with
case _ => throw new Exception("expected offset position")

private[internal] inline def ctx(using XmlContext): XmlContext = summon
private[internal] inline def reporter(using Reporter) : Reporter = summon
private[internal] inline def reporter(using Reporter): Reporter = summon

0 comments on commit 2d04f6e

Please sign in to comment.