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

Unified Diff: dart/tests/try/poi/data/interesting.dart

Issue 388813002: Serialize scope information at point-of-interest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Skip serialization test in browsers Created 6 years, 5 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: dart/tests/try/poi/data/interesting.dart
diff --git a/dart/tests/try/poi/data/empty_main.dart b/dart/tests/try/poi/data/interesting.dart
similarity index 83%
copy from dart/tests/try/poi/data/empty_main.dart
copy to dart/tests/try/poi/data/interesting.dart
index 591abebadd6fbd4884c6aef8582a9ec641b89b3a..f35f53f9511f4b7ecd25b4cf6d0487ab7265cd99 100644
--- a/dart/tests/try/poi/data/empty_main.dart
+++ b/dart/tests/try/poi/data/interesting.dart
@@ -2,4 +2,11 @@
// 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.
+class Foo {
+ fisk() {
+ }
+ hest() {
+ }
+}
+
main() {}

Powered by Google App Engine
This is Rietveld 408576698