We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cac40 commit 733e253Copy full SHA for 733e253
compiler/src/dotty/tools/dotc/sbt/ExtractDependencies.scala
@@ -577,7 +577,7 @@ class DependencyRecorder {
577
clazz
578
}
579
580
- private[dotc] var _responsibleForImports: Symbol | Null = uninitialized
+ private[dotc] var _responsibleForImports: Symbol | Null = null
581
582
/** Top level import dependencies are registered as coming from a first top level
583
* class/trait/object declared in the compilation unit. If none exists, issue a warning and return NoSymbol.
0 commit comments