-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
legacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Repro:
other.dart:
class MyClassName {}main.dart
import 'other.dart' as i show MyClassName;
void f1([i.MyClassName? c]) {}Now when you place the cursor over MyClassName it does highlight every reference to it but when you have the prefix it is offset/shorter (I'm unsure if you'd like to highlight the full i.MyClassName or only MyClassName):
CC: @DanTup
srawlins
Metadata
Metadata
Assignees
Labels
legacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
