We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d4a9f commit ac968feCopy full SHA for ac968fe
tests/pos/i7304.scala
@@ -0,0 +1,4 @@
1
+@main def test =
2
+ val myregex_r = "\\s+".r
3
+ val text = "adggfgf dfg"
4
+ myregex_r findFirstMatchIn text
0 commit comments