aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/desugar.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/desugar.scala')
-rw-r--r--tests/pos/desugar.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/desugar.scala b/tests/pos/desugar.scala
index cfd695af6..f0d8645b7 100644
--- a/tests/pos/desugar.scala
+++ b/tests/pos/desugar.scala
@@ -38,7 +38,7 @@ object desugar {
val (cons: Cons[Int]) = xs
- val x, y, z: Int = 1
+ val x1, y1, z1: Int = 1
}
object Binops {