summaryrefslogtreecommitdiff
path: root/test/files/pos/t2261.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2261.scala')
-rw-r--r--test/files/pos/t2261.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2261.scala b/test/files/pos/t2261.scala
index af24234235..aac5c9e0fd 100644
--- a/test/files/pos/t2261.scala
+++ b/test/files/pos/t2261.scala
@@ -5,5 +5,5 @@ object Test {
x = List(1,2,3)
// the problem here was that somehow the type variable that was used to infer the type argument for List.apply
// would accumulate several conflicting constraints
- // can't reproduce with
+ // can't reproduce with
} \ No newline at end of file