We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6354 commit ed697f5Copy full SHA for ed697f5
tests/pos/i1366.scala
@@ -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