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 c57fe6e commit a717f4cCopy full SHA for a717f4c
compiler/src/dotty/tools/dotc/typer/Nullables.scala
@@ -110,7 +110,6 @@ object Nullables with
110
&& sym.owner.enclosingMethod == curCtx.owner.enclosingMethod
111
&& sym.span.exists
112
&& curCtx.compilationUnit.trackedVarSpans.contains(sym.span.start)
113
-// .reporting(i"tracked? $sym ${sym.span} = $result")
114
}
115
116
def afterPatternContext(sel: Tree, pat: Tree)(given ctx: Context) = (sel, pat) match
@@ -288,6 +287,5 @@ object Nullables with
288
287
289
populate.traverse(curCtx.compilationUnit.untpdTree)
290
populate.tracked
291
- .reporting(i"tracked vars: ${result.toList}%, %")
292
end trackedVarSpans
293
end Nullables
0 commit comments