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

Unified Diff: pkg/unittest/lib/src/description.dart

Issue 12180024: Fix issue 8218: "part of" directive comes after dartdoc comment. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « pkg/unittest/lib/src/collection_matchers.dart ('k') | pkg/unittest/lib/src/future_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/src/description.dart
===================================================================
--- pkg/unittest/lib/src/description.dart (revision 18082)
+++ pkg/unittest/lib/src/description.dart (working copy)
@@ -1,14 +1,14 @@
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+
+part of matcher;
+
/**
* The default implementation of IDescription. This should rarely need
* substitution, although conceivably it is a place where other languages
* could be supported.
*/
-
-part of matcher;
-
class StringDescription implements Description {
var _out;
« no previous file with comments | « pkg/unittest/lib/src/collection_matchers.dart ('k') | pkg/unittest/lib/src/future_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698