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 38b983c commit 5494850Copy full SHA for 5494850
tasty/src/dotty/tools/tasty/TastyFormat.scala
@@ -39,6 +39,7 @@ Macro-format:
39
SUPERACCESSOR Length underlying_NameRef -- super$A
40
INLINEACCESSOR Length underlying_NameRef -- inline$A
41
OBJECTCLASS Length underlying_NameRef -- A$ (name of the module class for module A)
42
+ BODYRETAINER Length underlying_NameRef -- A$retainedBody
43
44
SIGNED Length original_NameRef resultSig_NameRef ParamSig* -- name + signature
45
TARGETSIGNED Length original_NameRef target_NameRef resultSig_NameRef ParamSig*
0 commit comments