summaryrefslogtreecommitdiff
path: root/test/files/pos/t1280.scala
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-09-09 13:12:41 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-09-09 13:12:41 +0000
commit6be73f6e951bbc1ddf93e10980b91f5ec3215836 (patch)
treeb9a3fc11c44177f80c5ee3b6afcb488e98ee2b64 /test/files/pos/t1280.scala
parent118a288beecc155c7c84ecbebf6f00bc87594607 (diff)
downloadscala-6be73f6e951bbc1ddf93e10980b91f5ec3215836.tar.gz
scala-6be73f6e951bbc1ddf93e10980b91f5ec3215836.tar.bz2
scala-6be73f6e951bbc1ddf93e10980b91f5ec3215836.zip
Created a test for #1280.
Diffstat (limited to 'test/files/pos/t1280.scala')
-rw-r--r--test/files/pos/t1280.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t1280.scala b/test/files/pos/t1280.scala
new file mode 100644
index 0000000000..39406b2e39
--- /dev/null
+++ b/test/files/pos/t1280.scala
@@ -0,0 +1 @@
+trait X { x => type T >: Null; new X { type T = Any with x.T } }