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 5f1a8de commit b761ca5Copy full SHA for b761ca5
tests/repl/i1433.check
@@ -0,0 +1,5 @@
1
+scala> val ### = 42
2
+val ###: Int = 42
3
+scala> ### + ###
4
+val res0: Int = 84
5
+scala> :quit
0 commit comments