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 2c0c07e commit 708bd6cCopy full SHA for 708bd6c
src/script/scala/progscala3/IndentationSyntax.scala
@@ -85,10 +85,10 @@ def multiline(s: String): String =
85
end multiline // for constructors, use their name: this
86
87
// Multiline value definition
88
-val foo =
+val hi =
89
println("Hi World!")
90
42
91
-end foo // val doesn't work in this case, but...
+end hi // val doesn't work in this case, but...
92
93
val (foo, bar) =
94
"foo" -> "bar"
0 commit comments