aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/hklower.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/hklower.scala')
-rw-r--r--tests/neg/hklower.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/hklower.scala b/tests/neg/hklower.scala
index 5c1ba27ba..e29a1545e 100644
--- a/tests/neg/hklower.scala
+++ b/tests/neg/hklower.scala
@@ -1,4 +1,4 @@
-class Test { // error conflicting bounds
+class Test {
type T[X] // OK
type U[X] = T[X] // OK