Skip to content

Commit 454accf

Browse files
smarterodersky
andauthored
Update compiler/src/dotty/tools/dotc/typer/Synthesizer.scala
Co-authored-by: odersky <odersky@gmail.com>
1 parent 93e76a7 commit 454accf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/typer/Synthesizer.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ object Synthesizer:
828828

829829
/** Tuple used to store the synthesis result with a list of errors. */
830830
type TreeWithErrors = (Tree, List[String])
831+
831832
private inline def withNoErrors(inline tree: => Tree): TreeWithErrors =
832833
try
833834
(tree, List.empty)

0 commit comments

Comments
 (0)