aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/refinedSubtyping.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/refinedSubtyping.scala')
-rw-r--r--tests/pos/refinedSubtyping.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pos/refinedSubtyping.scala b/tests/pos/refinedSubtyping.scala
index 329c62314..e6a972e1c 100644
--- a/tests/pos/refinedSubtyping.scala
+++ b/tests/pos/refinedSubtyping.scala
@@ -60,7 +60,6 @@ class Test3 {
y = x
}
-/* Does not work yet:
class Test4 {
abstract class A { type T; val xz: Any }
@@ -70,4 +69,4 @@ class Test4 {
val zz: A { val xz: T } = yy;
}
-*/
+