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.
2 parents 2833b01 + 53cd512 commit 7b5d1b1Copy full SHA for 7b5d1b1
test/test/DottyTest.scala
@@ -14,7 +14,7 @@ import dotty.tools.dotc.Compiler
14
import dotty.tools.dotc
15
import dotty.tools.dotc.core.Phases.Phase
16
17
-class DottyTest extends ContextEscapeDetection{
+class DottyTest /*extends ContextEscapeDetection*/ {
18
19
dotty.tools.dotc.parsing.Scanners // initialize keywords
20
@@ -36,11 +36,12 @@ class DottyTest extends ContextEscapeDetection{
36
base.definitions.init(ctx)
37
ctx
38
}
39
-
+/*
40
override def getCtx: Context = ctx
41
override def clearCtx() = {
42
ctx = null
43
44
+*/
45
private def compilerWithChecker(phase: String)(assertion:(tpd.Tree, Context) => Unit) = new Compiler {
46
self =>
47
override def phases = {
0 commit comments