From 132b278006090a101c8d90ef8bb940c1c764dfde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lhot=C3=A1k?= Date: Thu, 14 Apr 2022 11:27:30 +0200 Subject: [PATCH] add space in // error --- tests/init/neg/cold-insert-hot-array.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/init/neg/cold-insert-hot-array.scala b/tests/init/neg/cold-insert-hot-array.scala index 99ed97f681a8..a11d92b2a265 100644 --- a/tests/init/neg/cold-insert-hot-array.scala +++ b/tests/init/neg/cold-insert-hot-array.scala @@ -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 }