Skip to content

Commit bd214f1

Browse files
authored
Merge pull request #13507 from cache-nez/tasty-format-refinedtype
Change TastyFormat for REFINEDtype to conform to existing .tasty files
2 parents a857949 + 51b4e5e commit bd214f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasty/src/dotty/tools/tasty/TastyFormat.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Standard-Section: "ASTs" TopLevelStat*
158158
TYPEREFin Length NameRef qual_Type namespace_Type -- A reference `qual.name` to a non-local member that's private in `namespace`.
159159
RECtype parent_Type -- A wrapper for recursive refined types
160160
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 }
162162
APPLIEDtype Length tycon_Type arg_Type* -- tycon[args]
163163
TYPEBOUNDS Length lowOrAlias_Type high_Type? Variance* -- = alias or >: low <: high, possibly with variances of lambda parameters
164164
ANNOTATEDtype Length underlying_Type annotation_Term -- underlying @ annotation

0 commit comments

Comments
 (0)