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 b4e5cb7 commit 2af117fCopy full SHA for 2af117f
tests/neg-custom-args/fatal-warnings/i15503i.scala
@@ -292,6 +292,17 @@ package foo.test.i17156:
292
import b.Xd
293
trait Z derives Xd
294
295
+
296
+package foo.test.i17175:
297
+ val continue = true
298
+ def foo =
299
+ for {
300
+ i <- 1.until(10) // OK
301
+ if continue
302
+ } {
303
+ println(i)
304
+ }
305
306
package foo.test.i17117:
307
package example {
308
object test1 {
0 commit comments