Skip to content

Commit

Permalink
SI-5858 xml.Node construction ambiguity is gone.
Browse files Browse the repository at this point in the history
Test case to show that the fix for SI-5859 saves the day.
  • Loading branch information
retronym committed Dec 8, 2012
1 parent b1cb657 commit 7d5dc08
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 7d5dc08

Please sign in to comment.