You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasty/src/dotty/tools/tasty/TastyFormat.scala
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Macro-format:
50
50
// If positive, this is a NameRef for the fully qualified name of a term parameter.
51
51
52
52
NameRef = Nat // ordinal number of name in name table, starting from 1.
53
+
Utf8Ref = Nat // ordinal number of UTF8 in name table, starting from 1.
53
54
```
54
55
55
56
Note: Unqualified names in the name table are strings. The context decides whether a name is
@@ -278,13 +279,13 @@ Standard Section: "Attributes" Attribute*
278
279
WITHPUREFUNSattr
279
280
JAVAattr
280
281
OUTLINEattr
281
-
SOURCEFILEattr Utf8
282
+
SOURCEFILEattr Utf8Ref
282
283
```
283
284
284
285
Note: Attribute tags are grouped into 2 categories that determine what follows, and thus allow to compute the size of the tagged tree in a generic way.
0 commit comments