summaryrefslogtreecommitdiff
path: root/test/files/pos/bug715/meredith_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug715/meredith_1.scala')
-rw-r--r--test/files/pos/bug715/meredith_1.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/bug715/meredith_1.scala b/test/files/pos/bug715/meredith_1.scala
index 1443180fe9..4be7b48908 100644
--- a/test/files/pos/bug715/meredith_1.scala
+++ b/test/files/pos/bug715/meredith_1.scala
@@ -72,7 +72,7 @@ trait XMLRenderer {
pojo.getClass.getName,
null,
TopScope,
- progeny : _*
+ progeny.asInstanceOf[Array[scala.xml.Node]] : _*
)
}
}
@@ -95,4 +95,4 @@ object thePOJO2XMLRenderer extends POJO2XMLRenderer( true ) {
object Test extends Application {
println(com.sap.dspace.model.othello.thePOJO2XMLRenderer)
-} \ No newline at end of file
+}