Skip to content

Commit

Permalink
add space in // error
Browse files Browse the repository at this point in the history
  • Loading branch information
olhotak authored Apr 14, 2022
1 parent 28ca899 commit 132b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init/neg/cold-insert-hot-array.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object A:

class B {
var a = new Array[B](2)
A.foo(this, a) //error
A.foo(this, a) // error
println(a(0).i)
val i = 99
}

0 comments on commit 132b278

Please sign in to comment.