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 96dd7fd commit ff473baCopy full SHA for ff473ba
compiler/test/dotty/tools/backend/jvm/DottyBytecodeTests.scala
@@ -33,6 +33,7 @@ class TestBCode extends DottyBytecodeTest {
33
| def foo(i: Int) = i match {
34
| case 2 => println(2)
35
| case 1 => println(1)
36
+ | case 0 => println(0)
37
| }
38
|}""".stripMargin
39
@@ -54,6 +55,7 @@ class TestBCode extends DottyBytecodeTest {
54
55
| def foo(i: Int) = (i: @switch) match {
56
57
58
59
60
61
0 commit comments