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

Unified Diff: test/codegen/lib/mirrors/method_mirror_source_other.dart

Issue 2265533002: Add mirrors tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 4 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: test/codegen/lib/mirrors/method_mirror_source_other.dart
diff --git a/test/codegen/lib/mirrors/method_mirror_source_other.dart b/test/codegen/lib/mirrors/method_mirror_source_other.dart
new file mode 100644
index 0000000000000000000000000000000000000000..37151b62d18b91f204e573faeccd1377cdd00611
--- /dev/null
+++ b/test/codegen/lib/mirrors/method_mirror_source_other.dart
@@ -0,0 +1,8 @@
+main() {
+ print("Blah");
+}
+// This function must be on the first line.
+
+class SomethingInOther {}
+
+// Note: This test relies on LF line endings in the source file.

Powered by Google App Engine
This is Rietveld 408576698