We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad518b5 commit 8085c82Copy full SHA for 8085c82
library/src/scala/internal/tasty/CompilerInterface.scala
@@ -846,7 +846,7 @@ trait CompilerInterface extends scala.tasty.reflect.Types {
846
// SYMBOLS //
847
/////////////
848
849
- /** Returns the symbol of the current enclosing definition */
+ /** Returns the symbol of the enclosing definition of the given context */
850
def Symbol_currentOwner(using ctx: Context): Symbol
851
852
/** Owner of this symbol. The owner is the symbol in which this symbol is defined. Throws if this symbol does not have an owner. */
0 commit comments