summaryrefslogtreecommitdiff
path: root/test/pending/run/t3669.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t3669.scala')
-rw-r--r--test/pending/run/t3669.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t3669.scala b/test/pending/run/t3669.scala
index 4fd698c1a5..c60ba98538 100644
--- a/test/pending/run/t3669.scala
+++ b/test/pending/run/t3669.scala
@@ -1,5 +1,5 @@
trait MyTrait[T <: { var id: U }, U] {
- def test(t: T): T = {
+ def test(t: T): T = {
val v: U = t.id
t.id = v
t