Skip to content

Commit cec4c5a

Browse files
retronymadriaanm
authored andcommitted
SI-5858 xml.Node construction ambiguity is gone.
Test case to show that the fix for SI-5859 saves the day.
1 parent 3691228 commit cec4c5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/files/pos/t5858.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
object Test {
2+
new xml.Elem(null, null, xml.Null, xml.TopScope, Nil: _*) // was ambiguous
3+
}

0 commit comments

Comments
 (0)