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 3be18f5 commit 21e90e2Copy full SHA for 21e90e2
compiler/src/dotty/tools/dotc/cc/CheckCaptures.scala
@@ -44,7 +44,7 @@ object CheckCaptures:
44
/** A class describing environments.
45
* @param owner the current owner
46
* @param nestedInOwner true if the environment is a temporary one nested in the owner's environment,
47
- * and does not have an actual owner symbol (this happens when doing box adaptation).
+ * and does not have a different actual owner symbol (this happens when doing box adaptation).
48
* @param captured the caputure set containing all references to tracked free variables outside of boxes
49
* @param isBoxed true if the environment is inside a box (in which case references are not counted)
50
* @param outer0 the next enclosing environment
0 commit comments