Closed
Description
Dart SDK 2.10.4 or 2.12.0-198.0.dev. Sample code:
/// See class [FutureOr]
class Foo {}
Analysis Server doesn't provide navigation information for FutureOr
unless dart:async
is explicitly imported.
AFAIU, unambiguous references in docs should be resolved even without imports. This functionality has been discussed in dart-lang/dartdoc#1153 and fixed by dart-lang/dartdoc#1298. Probably this regressed.