summaryrefslogtreecommitdiff
path: root/test/files/pos/t880.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t880.scala')
-rw-r--r--test/files/pos/t880.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/t880.scala b/test/files/pos/t880.scala
new file mode 100644
index 0000000000..cceb53c398
--- /dev/null
+++ b/test/files/pos/t880.scala
@@ -0,0 +1,6 @@
+import scala.xml.Null
+
+class Test[A >: Null]
+{
+ val x : A = null
+}