Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit d9fbf65

Browse files
committed
test: restore test example
1 parent d220853 commit d9fbf65

File tree

1 file changed

+3
-3
lines changed
  • test/src/analyzers/lint_analyzer/rules/rules_list/prefer_moving_to_variable/examples

1 file changed

+3
-3
lines changed

test/src/analyzers/lint_analyzer/rules/rules_list/prefer_moving_to_variable/examples/prefix_example.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ void main() {
66
AnotherEnum.anotherValue;
77
AnotherEnum.firstValue;
88

9-
// prefix.SomeValue.firstValue;
10-
// prefix.SomeValue.firstValue;
11-
// prefix.SomeValue.secondValue;
9+
prefix.SomeValue.firstValue;
10+
prefix.SomeValue.firstValue;
11+
prefix.SomeValue.secondValue;
1212

1313
prefix.SomeClass.value;
1414
prefix.SomeClass.value;

0 commit comments

Comments
 (0)