summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1001.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug1001.scala')
-rw-r--r--test/files/pos/bug1001.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug1001.scala b/test/files/pos/bug1001.scala
index 1b909fb2ad..776a334dad 100644
--- a/test/files/pos/bug1001.scala
+++ b/test/files/pos/bug1001.scala
@@ -101,5 +101,5 @@ object N26 extends Ee
object N31 extends Ee
{
// If we use List[C](N26,N25), we achieve successful compilation
- val data = List(N26,N25)
+ val data = List[C](N26,N25)
}