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 6dded2c commit 7ad1e84Copy full SHA for 7ad1e84
compiler/test/dotty/tools/backend/jvm/LabelBytecodeTests.scala
@@ -148,7 +148,7 @@ class LabelBytecodeTests extends DottyBytecodeTest {
148
s"""import scala.util.*
149
|class Test:
150
| def test: $tpe = {
151
- | ${code.lines().toList().asScala.mkString("", "\n ", "")}
+ | ${code.lines.toList().asScala.mkString("", "\n ", "")}
152
| }
153
| def nonLocalBreak[T](value: T)(using boundary.Label[T]): Nothing = break(value)
154
| def nonLocalBreak()(using boundary.Label[Unit]): Nothing = break(())
0 commit comments