Skip to content

Commit 7c26c7e

Browse files
committed
add space in // error
1 parent 37692da commit 7c26c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/neg/cold-insert-hot-array.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object A:
33

44
class B {
55
var a = new Array[B](2)
6-
A.foo(this, a) //error
6+
A.foo(this, a) // error
77
println(a(0).i)
88
val i = 99
99
}

0 commit comments

Comments
 (0)