Skip to content

Commit 0e80aae

Browse files
committed
Update TastyFormat to include INTO
1 parent 36cb527 commit 0e80aae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ Standard-Section: "ASTs" TopLevelStat*
228228
EXPORTED -- An export forwarder
229229
OPEN -- an open class
230230
INVISIBLE -- invisible during typechecking, except when resolving from TASTy
231-
TRACKED -- a tracked class parameter / a dependent class
231+
TRACKED
232+
INTO -- a tracked class parameter / a dependent class
232233
Annotation
233234
234235
Variance = STABLE -- invariant
@@ -705,7 +706,8 @@ object TastyFormat {
705706
| ANNOTATION
706707
| PRIVATEqualified
707708
| PROTECTEDqualified
708-
| TRACKED => true
709+
| TRACKED
710+
| INTO => true
709711
case _ => false
710712
}
711713

0 commit comments

Comments
 (0)