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

Unified Diff: pkg/compiler/lib/src/kernel/task.dart

Issue 2933093002: Revert "Handle named mixin application in emitter" (Closed)
Patch Set: Add bug numbers. Created 3 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: pkg/compiler/lib/src/kernel/task.dart
diff --git a/pkg/compiler/lib/src/kernel/task.dart b/pkg/compiler/lib/src/kernel/task.dart
index 9ad80ec4d78261b8767843fda7f574e3944fbae0..43fc2e985203db80f03104adb67c5aa7ad9fd509 100644
--- a/pkg/compiler/lib/src/kernel/task.dart
+++ b/pkg/compiler/lib/src/kernel/task.dart
@@ -39,6 +39,8 @@ class KernelTask extends CompilerTask {
ir.Program buildProgram(LibraryElement library) {
var main = library.findExported(Identifiers.main);
if (main == null) {
+ // TODO(johnniwinther): Issue 29844.
+ // ignore: INVALID_ASSIGNMENT
main = _compiler.frontendStrategy.commonElements.missingMain;
}
return new ir.Program(
« no previous file with comments | « pkg/compiler/lib/src/kernel/element_map_impl.dart ('k') | pkg/compiler/lib/src/resolution/resolution_strategy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698