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 edeb7e4 commit e8d2733Copy full SHA for e8d2733
test/dotc/tests.scala
@@ -14,7 +14,7 @@ class tests extends CompilerTest {
14
"-pagewidth", "160")
15
16
implicit val defaultOptions = noCheckOptions ++ List(
17
- "-Ycheck:extmethods"//, "-Ystop-before:terminal"
+ "-Ycheck:tailrec"
18
)
19
20
val twice = List("#runs", "2", "-YnoDoubleBindings")
@@ -25,6 +25,7 @@ class tests extends CompilerTest {
25
val newDir = "./tests/new/"
26
val dotcDir = "./src/dotty/"
27
28
+
29
@Test def pos_erasure = compileFile(posDir, "erasure", doErase)
30
@Test def pos_Coder() = compileFile(posDir, "Coder", doErase)
31
@Test def pos_blockescapes() = compileFile(posDir, "blockescapes", doErase)
0 commit comments