File tree 1 file changed +1
-1
lines changed
tasty/src/dotty/tools/tasty
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Standard-Section: "ASTs" TopLevelStat*
158
158
TYPEREFin Length NameRef qual_Type namespace_Type -- A reference `qual.name` to a non-local member that's private in `namespace`.
159
159
RECtype parent_Type -- A wrapper for recursive refined types
160
160
SUPERtype Length this_Type underlying_Type -- A super type reference to `underlying`
161
- REFINEDtype Length underlying_Type refinement_NameRef info_Type -- underlying { refinement_name : info }
161
+ REFINEDtype Length refinement_NameRef underlying_Type info_Type -- underlying { refinement_name : info }
162
162
APPLIEDtype Length tycon_Type arg_Type* -- tycon[args]
163
163
TYPEBOUNDS Length lowOrAlias_Type high_Type? Variance* -- = alias or >: low <: high, possibly with variances of lambda parameters
164
164
ANNOTATEDtype Length underlying_Type annotation_Term -- underlying @ annotation
You can’t perform that action at this time.
0 commit comments