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 5675d7c commit e32448cCopy full SHA for e32448c
src/dotty/tools/dotc/transform/CheckReentrant.scala
@@ -45,12 +45,8 @@ class CheckReentrant extends MiniPhaseTransform { thisTransformer =>
45
46
override def phaseName = "checkReentrant"
47
48
- def transformInfo(tp: Type, sym: Symbol)(implicit ctx: Context): Type = tp
49
-
50
private var shared: Set[Symbol] = Set()
51
52
private var seen: Set[ClassSymbol] = Set()
53
54
private var indent: Int = 0
55
56
private val sharableAnnot = new CtxLazy(implicit ctx =>
0 commit comments