We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca899 commit 132b278Copy full SHA for 132b278
tests/init/neg/cold-insert-hot-array.scala
@@ -3,7 +3,7 @@ object A:
3
4
class B {
5
var a = new Array[B](2)
6
- A.foo(this, a) //error
+ A.foo(this, a) // error
7
println(a(0).i)
8
val i = 99
9
}
0 commit comments