summaryrefslogtreecommitdiff
path: root/test/files/pos/t3528.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3528.scala')
-rw-r--r--test/files/pos/t3528.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3528.scala b/test/files/pos/t3528.scala
index b1c4344731..ff49b3e929 100644
--- a/test/files/pos/t3528.scala
+++ b/test/files/pos/t3528.scala
@@ -4,5 +4,5 @@ class A {
// 3528 comments
def f2 = List(Set(1,2,3), List(1,2,3))
// 2322
- def f3 = List(null: Range, null: List[Int])
+ def f3 = List(null: Range, null: List[Int])
}