| 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 1b9d619c8007ef555ffa7f4c42e99668e6af9dd5..d558af42a6c77e4610694ff3d86755a33b52967d 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
|
| @@ -60,10 +60,10 @@ class _PrivateClass {
|
| const _PrivateClass(this.constantField);
|
| }
|
|
|
| -interface PublicInterface {
|
| +class PublicInterface {
|
| }
|
|
|
| -interface _PrivateInterface {
|
| +class _PrivateInterface {
|
| }
|
|
|
| class NativeClass native "something" {
|
|
|