Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/test_data/SampleCode/sampler.dart

Issue 16564002: Don't use 'interface' in test files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" {
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/UnaryTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698