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

Unified Diff: tool/input_sdk/lib/io/eventhandler.dart

Issue 1976103003: Migrate dart2js stubs for dart:io (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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 | « tool/input_sdk/lib/io/directory_impl.dart ('k') | tool/input_sdk/lib/io/file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/io/eventhandler.dart
diff --git a/test/codegen/language/built_in_identifier_prefix_library_as.dart b/tool/input_sdk/lib/io/eventhandler.dart
similarity index 54%
copy from test/codegen/language/built_in_identifier_prefix_library_as.dart
copy to tool/input_sdk/lib/io/eventhandler.dart
index 96ce332ddd63f6edc5193585fe6bd3d4d7094da6..883c2e16b1d24628ddfcdef528fa0538a1dbd5fe 100644
--- a/test/codegen/language/built_in_identifier_prefix_library_as.dart
+++ b/tool/input_sdk/lib/io/eventhandler.dart
@@ -2,13 +2,10 @@
// 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.
-library as;
+part of dart.io;
-class A {
-}
-
-class B<T> {
-}
-
-class C<T, S> {
+class _EventHandler {
+ external static void _sendData(Object sender,
+ SendPort sendPort,
+ int data);
}
« no previous file with comments | « tool/input_sdk/lib/io/directory_impl.dart ('k') | tool/input_sdk/lib/io/file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698