Skip to content

Commit 7b91742

Browse files
Merge pull request scala#4285 from lampepfl/nicolasstucki-patch-1
Update tasty format for lambda
2 parents cf846ac + 2fa06f7 commit 7b91742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Standard-Section: "ASTs" TopLevelStat*
8585
ASSIGN Length lhs_Term rhs_Term
8686
BLOCK Length expr_Term Stat*
8787
INLINED Length call_Term expr_Term Stat*
88-
LAMBDA Length meth_Term target_Type
88+
LAMBDA Length meth_Term target_Type?
8989
IF Length cond_Term then_Term else_Term
9090
MATCH Length sel_Term CaseDef*
9191
TRY Length expr_Term CaseDef* finalizer_Term?

0 commit comments

Comments
 (0)