Skip to content

Commit ac968fe

Browse files
committed
Add test for infix operator usage from Scala 2 libraries
Fixes #7304
1 parent d7d4a9f commit ac968fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/i7304.scala

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)