aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/boundspropagation.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-24 12:43:35 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-24 14:57:49 +0100
commit05d286ba8e2a006f8c739f25737d5f86f4554889 (patch)
tree15a306de8c4ce63b272bfef46625cc9a8a576aa4 /tests/neg/boundspropagation.scala
parente26fb448e6b6e62e38fbda0f564a13fc0b149c9f (diff)
downloaddotty-05d286ba8e2a006f8c739f25737d5f86f4554889.tar.gz
dotty-05d286ba8e2a006f8c739f25737d5f86f4554889.tar.bz2
dotty-05d286ba8e2a006f8c739f25737d5f86f4554889.zip
Added and corrected tests
to reflect last commit.
Diffstat (limited to 'tests/neg/boundspropagation.scala')
-rw-r--r--tests/neg/boundspropagation.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/neg/boundspropagation.scala b/tests/neg/boundspropagation.scala
index bc39e042e..42cf67dba 100644
--- a/tests/neg/boundspropagation.scala
+++ b/tests/neg/boundspropagation.scala
@@ -38,3 +38,7 @@ object test4 {
}
}
}
+
+class Test5 {
+"": ({ type U = this.type })#U
+}