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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2863493002: Support BottomType in the VM Kernel reader (Closed)
Patch Set: Created 3 years, 8 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: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index 8bcfac5677c47f27157a5b458094ccd6055c88ee..7e399e4a43adebbe9cd567354a9fd5a1c1419f60 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -451,6 +451,8 @@ class DartTypeTranslator : public DartTypeVisitor {
virtual void VisitVoidType(VoidType* node);
+ virtual void VisitBottomType(BottomType* node);
+
// Will return `TypeArguments::null()` in case any of the arguments are
// malformed.
const TypeArguments& TranslateInstantiatedTypeArguments(

Powered by Google App Engine
This is Rietveld 408576698