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 d787f67 commit dd6e5eaCopy full SHA for dd6e5ea
test/files/pos/t6897.scala
@@ -0,0 +1,6 @@
1
+class A {
2
+ val html = (null: Any) match {
3
+ case 1 => <xml:group></xml:group>
4
+ case 2 => <p></p>
5
+ }
6
+}
0 commit comments