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 061ccfb commit 5642588Copy full SHA for 5642588
test.scala
@@ -1,6 +1,5 @@
1
-object
2
-test {
3
- val x = 123
4
- val y = 456
5
- val z = 789
6
- }
+object test {
+ val x = 123
+ val y = 456
+ val z = 789
+}
0 commit comments