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 a733609 commit 2a62424Copy full SHA for 2a62424
library/src/scala/tasty/Reflection.scala
@@ -2115,6 +2115,8 @@ class Reflection(private[scala] val internal: CompilerInterface) { self =>
2115
* It is the meta-programmer's responsibility to provide exactly one corresponding definition by passing
2116
* this symbol to the ValDef constructor.
2117
*
2118
+ * Note: Also see Reflection.let
2119
+ *
2120
* @param flags extra flags to with which the symbol should be constructed
2121
* @param privateWithin the symbol within which this new method symbol should be private. May be noSymbol.
2122
* @note As a macro can only splice code into the point at which it is expanded, all generated symbols must be
0 commit comments