Skip to content

Commit 62ddace

Browse files
committed
Remove obsolete doc
1 parent 707798b commit 62ddace

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/src/dotty/tools/dotc/transform/init/Objects.scala

-5
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ object Objects:
189189
*
190190
* Note that the 2nd parameter block does not take part in the definition of equality.
191191
*
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-
*
197192
* @param owner The static object whose initialization creates the array.
198193
*/
199194
case class OfArray(owner: ClassSymbol, regions: Regions.Data)(using @constructorOnly ctx: Context) extends ValueElement:

0 commit comments

Comments
 (0)