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.
2 parents cf846ac + 2fa06f7 commit 7b91742Copy full SHA for 7b91742
compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
@@ -85,7 +85,7 @@ Standard-Section: "ASTs" TopLevelStat*
85
ASSIGN Length lhs_Term rhs_Term
86
BLOCK Length expr_Term Stat*
87
INLINED Length call_Term expr_Term Stat*
88
- LAMBDA Length meth_Term target_Type
+ LAMBDA Length meth_Term target_Type?
89
IF Length cond_Term then_Term else_Term
90
MATCH Length sel_Term CaseDef*
91
TRY Length expr_Term CaseDef* finalizer_Term?
0 commit comments