summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1626.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-04-30 17:39:06 +0000
committerPaul Phillips <paulp@improving.org>2009-04-30 17:39:06 +0000
commit90fa917f34edc3e2a53f25122d0a744e159a7ca5 (patch)
tree1632a0b6cfc937352c5ca1387388ff8cd8cec967 /test/files/pos/bug1626.scala
parent9f907e58135915166fb4fca94ca4d5197f9142dd (diff)
downloadscala-90fa917f34edc3e2a53f25122d0a744e159a7ca5.tar.gz
scala-90fa917f34edc3e2a53f25122d0a744e159a7ca5.tar.bz2
scala-90fa917f34edc3e2a53f25122d0a744e159a7ca5.zip
Fix and test case for #1626.
Diffstat (limited to 'test/files/pos/bug1626.scala')
-rw-r--r--test/files/pos/bug1626.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/bug1626.scala b/test/files/pos/bug1626.scala
new file mode 100644
index 0000000000..41072f2384
--- /dev/null
+++ b/test/files/pos/bug1626.scala
@@ -0,0 +1,4 @@
+object o {
+ val n = <a xmlns=""/>
+ n.namespace == null
+} \ No newline at end of file