Skip to content

Commit ed697f5

Browse files
committed
Test for scala#1366
1 parent bcf6354 commit ed697f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i1366.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
object Test {
2+
3+
val a: Char = 98
4+
val c: (Char, Char) = ('a', 98)
5+
6+
}

0 commit comments

Comments
 (0)