aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/typers.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/typers.scala')
-rw-r--r--tests/pos/typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/typers.scala b/tests/pos/typers.scala
index 51692e026..900baef75 100644
--- a/tests/pos/typers.scala
+++ b/tests/pos/typers.scala
@@ -43,8 +43,8 @@ object typers {
}
class C {
-
}
+
class Refinements {
val y: C { type T; val key: T; def process(x: T): Int }
}