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 4cdbcda commit 1541817Copy full SHA for 1541817
compiler/src/dotty/tools/dotc/transform/ArrayApply.scala
@@ -13,7 +13,7 @@ import dotty.tools.dotc.ast.tpd
13
import scala.reflect.ClassTag
14
15
16
-/** This phase rewrites calls to `Array.apply` to primitive array instantion.
+/** This phase rewrites calls to `Array.apply` to a direct instantiation of the array in the bytecode.
17
*
18
* Transforms `scala.Array.apply([....])` and `scala.Array.apply(..., [....])` into `[...]`
19
*/
0 commit comments