summaryrefslogtreecommitdiff
path: root/test/files/pos/bug229.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug229.scala')
-rw-r--r--test/files/pos/bug229.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug229.scala b/test/files/pos/bug229.scala
index 2bceea0782..0922499c6c 100644
--- a/test/files/pos/bug229.scala
+++ b/test/files/pos/bug229.scala
@@ -1,3 +1,3 @@
-class Test extends java.util.ArrayList {
+class Test extends java.util.ArrayList[Object] {
override def add(index: int, element: java.lang.Object): unit = {}
}