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.
1 parent 36cb527 commit 0e80aaeCopy full SHA for 0e80aae
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -228,7 +228,8 @@ Standard-Section: "ASTs" TopLevelStat*
228
EXPORTED -- An export forwarder
229
OPEN -- an open class
230
INVISIBLE -- invisible during typechecking, except when resolving from TASTy
231
- TRACKED -- a tracked class parameter / a dependent class
+ TRACKED
232
+ INTO -- a tracked class parameter / a dependent class
233
Annotation
234
235
Variance = STABLE -- invariant
@@ -705,7 +706,8 @@ object TastyFormat {
705
706
| ANNOTATION
707
| PRIVATEqualified
708
| PROTECTEDqualified
- | TRACKED => true
709
+ | TRACKED
710
+ | INTO => true
711
case _ => false
712
}
713
0 commit comments