soufianexmx

Results 1 issues of soufianexmx

Using Scala 2.13, after upgrading to version 3.0.1, for a code like: ``` private def string[A: P]: P[String] = P(CharIn("a-zA-Z0-9").rep(1).!) ``` we get compilation error: ``` @nowarn annotation does not...