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 c7d8b49 commit 879af8dCopy full SHA for 879af8d
compiler/src/dotty/tools/dotc/core/TypeErrors.scala
@@ -114,7 +114,6 @@ class CyclicReference private (val denot: SymDenotation) extends TypeError {
114
val unsafeFlags = cycleSym.flagsUNSAFE
115
val isMethod = unsafeFlags.is(Method)
116
val isVal = !isMethod && cycleSym.isTerm
117
- val isImplicit = unsafeFlags.is(Implicit)
118
119
/* This CyclicReference might have arisen from asking for `m`'s type while trying to infer it.
120
* To try to diagnose this, walk the context chain searching for context in
0 commit comments