Skip to content

Commit

Permalink
Merge pull request #1731 from retronym/ticket/5858
Browse files Browse the repository at this point in the history
SI-5858 xml.Node construction ambiguity is gone.
  • Loading branch information
paulp committed Dec 11, 2012
2 parents 70376b4 + 7d5dc08 commit 3afd9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/files/pos/t5858.scala
@@ -0,0 +1,3 @@
object Test {
new xml.Elem(null, null, xml.Null, xml.TopScope, Nil: _*) // was ambiguous
}

0 comments on commit 3afd9cc

Please sign in to comment.