File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
compiler/test/dotty/tools/repl Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -347,25 +347,6 @@ class ReplCompilerTests extends ReplTest:
347
347
assertEquals(" java.lang.AssertionError: assertion failed" , all.head)
348
348
}
349
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
- initially {
360
- run(" import language.`3.2`" )
361
- } andThen {
362
- run(""" |val x = Seq(7,8,9).apply:
363
- | 1
364
- |""" .stripMargin)
365
- assert(" expected error if fewerBraces is unimported" ,
366
- lines().exists(_.contains(" missing arguments for method apply" )))
367
- }
368
-
369
350
object ReplCompilerTests :
370
351
371
352
private val pattern = Pattern .compile(" \\ r[\\ n]?|\\ n" );
You can’t perform that action at this time.
0 commit comments