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 bbfc465 commit f625490Copy full SHA for f625490
pkg/analysis_server/test/domain_completion_test.dart
@@ -649,7 +649,7 @@ main() {
649
test_local_override() {
650
newFile('/libA.dart', content: 'class A {m() {}}');
651
addTestFile('''
652
-import '/libA.dart';
+import '../../libA.dart';
653
class B extends A {
654
m() {}
655
x() {^}
@@ -720,7 +720,7 @@ main() {
720
test_overrides() {
721
722
723
724
class B extends A {m() {^}}
725
''');
726
return getSuggestions().then((_) {
0 commit comments