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 5086978 + 26a39ca commit ef315c5Copy full SHA for ef315c5
compiler/src/dotty/tools/dotc/typer/ImportInfo.scala
@@ -188,7 +188,7 @@ class ImportInfo(symf: Context ?=> Symbol,
188
189
private var featureCache: SimpleIdentityMap[TermName, java.lang.Boolean] = SimpleIdentityMap.empty
190
191
- /** Does this import clause or a preceding import clause enable or disable `feature`?
+ /** Does this import clause enable or disable `feature`?
192
* @param feature See featureImported for a description
193
* @return Some(true) if `feature` is imported
194
* Some(false) if `feature` is excluded
0 commit comments