We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d443679 commit 19e57a5Copy full SHA for 19e57a5
compiler/test/dotty/tools/repl/ReplCompilerTests.scala
@@ -347,25 +347,6 @@ class ReplCompilerTests extends ReplTest:
347
assertEquals("java.lang.AssertionError: assertion failed", all.head)
348
}
349
350
- @Test def i14491 =
351
- initially {
352
- run("import language.`3.3`")
353
- } andThen {
354
- run("""|val x = Seq(7,8,9).apply:
355
- | 1
356
- |""".stripMargin)
357
- assertEquals("val x: Int = 8", storedOutput().trim)
358
- }
359
360
- run("import language.`3.2`")
361
362
363
364
365
- assert("expected error if fewerBraces is unimported",
366
- lines().exists(_.contains("missing arguments for method apply")))
367
368
-
369
object ReplCompilerTests:
370
371
private val pattern = Pattern.compile("\\r[\\n]?|\\n");
0 commit comments