Skip to content

Commit 2a62424

Browse files
committed
Add comment
1 parent a733609 commit 2a62424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/scala/tasty/Reflection.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,6 +2115,8 @@ class Reflection(private[scala] val internal: CompilerInterface) { self =>
21152115
* It is the meta-programmer's responsibility to provide exactly one corresponding definition by passing
21162116
* this symbol to the ValDef constructor.
21172117
*
2118+
* Note: Also see Reflection.let
2119+
*
21182120
* @param flags extra flags to with which the symbol should be constructed
21192121
* @param privateWithin the symbol within which this new method symbol should be private. May be noSymbol.
21202122
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be

0 commit comments

Comments
 (0)