summaryrefslogtreecommitdiff
path: root/test/files/run/t3613.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3613.scala')
-rw-r--r--test/files/run/t3613.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3613.scala b/test/files/run/t3613.scala
index c3b249571b..171a6a21aa 100644
--- a/test/files/run/t3613.scala
+++ b/test/files/run/t3613.scala
@@ -8,7 +8,7 @@ class Boopy {
case "Boopy" => fireIntervalAdded( model, 0, 1 )
}
def getSize = 0
- def getElementAt( idx: Int ) : AnyRef = "egal"
+ def getElementAt( idx: Int ) = ???
}
}