summaryrefslogtreecommitdiff
path: root/test/pending/pos/sig/sigs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/sig/sigs.scala')
-rw-r--r--test/pending/pos/sig/sigs.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/pos/sig/sigs.scala b/test/pending/pos/sig/sigs.scala
index 72a293d0e6..bdb72a09bb 100644
--- a/test/pending/pos/sig/sigs.scala
+++ b/test/pending/pos/sig/sigs.scala
@@ -1,5 +1,5 @@
package test
-class T {
+class T {
def foo[T <: String](x: T): T = x
def bar[T](x: T): T = x
class Inner {