summaryrefslogtreecommitdiff
path: root/test/files/run/showdecl.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/showdecl.check')
-rw-r--r--test/files/run/showdecl.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/showdecl.check b/test/files/run/showdecl.check
index b8d7f94c57..d431c36f6d 100644
--- a/test/files/run/showdecl.check
+++ b/test/files/run/showdecl.check
@@ -8,7 +8,7 @@ initialized y: lazy val y: Int
uninitialized z: def z: <?>
initialized z: def z: Int
uninitialized t: def t: <?>
-initialized t: def t[T <: Int](x: D)(y: x.W): Int
+initialized t: def t[T <: <?>](x: D)(y: x.W): Int
uninitialized W: type W = String
initialized W: type W = String
uninitialized C: class C extends