| Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart
|
| index 29b821408b098c430eaa5e9aa30ce8dfea96a35a..9a1cfa0630a54ff97b710d199192f10b220fa457 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart
|
| @@ -45,7 +45,7 @@ class PublicClass {
|
|
|
| abstract double _privateAbstractMethod();
|
|
|
| - FunctionTypeAlias get getter() {
|
| + FunctionTypeAlias get getter {
|
| return _privateField;
|
| }
|
|
|
| @@ -73,7 +73,7 @@ final double PublicTopLevelFinalVariable = 3.14;
|
|
|
| String _PrivateTopLevelVariable = "";
|
|
|
| -String get topLevelGetter() {
|
| +String get topLevelGetter {
|
| return _PrivateTopLevelVariable;
|
| }
|
|
|
|
|