We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707798b commit 62ddaceCopy full SHA for 62ddace
compiler/src/dotty/tools/dotc/transform/init/Objects.scala
@@ -189,11 +189,6 @@ object Objects:
189
*
190
* Note that the 2nd parameter block does not take part in the definition of equality.
191
192
- * Different arrays are distinguished by the context. Currently the default context is the static
193
- * object whose initialization triggers the creation of the array.
194
- *
195
- * In the future, it is possible that we introduce a mechanism for end-users to mark the context.
196
197
* @param owner The static object whose initialization creates the array.
198
*/
199
case class OfArray(owner: ClassSymbol, regions: Regions.Data)(using @constructorOnly ctx: Context) extends ValueElement:
0 commit comments