Skip to content

Commit 5d02fe1

Browse files
committed
Uncomment tests
1 parent 421f295 commit 5d02fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos/harmonize.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object Test {
33
def main(args: Array[String]) = {
44
val x = true
55
val n = 1
6-
/* val y = if (x) 'A' else n
6+
val y = if (x) 'A' else n
77
val z: Int = y
88

99
val yy = n match {
@@ -20,7 +20,7 @@ object Test {
2020
case ex: Error => 3L
2121
}
2222
val b: Long = a
23-
*/
23+
2424
val xs = List(1.0, n, 'c')
2525
val ys: List[Double] = xs
2626
}

0 commit comments

Comments
 (0)