Skip to content

Commit 8085c82

Browse files
Update library/src/scala/internal/tasty/CompilerInterface.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent ad518b5 commit 8085c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/internal/tasty/CompilerInterface.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ trait CompilerInterface extends scala.tasty.reflect.Types {
846846
// SYMBOLS //
847847
/////////////
848848

849-
/** Returns the symbol of the current enclosing definition */
849+
/** Returns the symbol of the enclosing definition of the given context */
850850
def Symbol_currentOwner(using ctx: Context): Symbol
851851

852852
/** 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

Comments
 (0)