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

Unified Diff: pkg/front_end/lib/src/fasta/builder/library_builder.dart

Issue 2691653003: Compute bounds of type variables. (Closed)
Patch Set: Created 3 years, 10 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/front_end/lib/src/fasta/builder/library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/library_builder.dart b/pkg/front_end/lib/src/fasta/builder/library_builder.dart
index 2fb52ae277ad3faaaa1211e1be93830799927246..d163b8c5be333ae21ff2de288c5d1b3125ba1ec6 100644
--- a/pkg/front_end/lib/src/fasta/builder/library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/library_builder.dart
@@ -18,6 +18,7 @@ import '../loader.dart' show
import 'builder.dart' show
Builder,
+ ClassBuilder,
InvalidTypeBuilder,
TypeBuilder;
@@ -69,4 +70,6 @@ abstract class LibraryBuilder<T extends TypeBuilder, R> extends Builder {
String name, Builder builder, Builder other, int charOffset);
int finishStaticInvocations() => 0;
+
+ int finishTypeVariables(ClassBuilder object) => 0;
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart » ('j') | pkg/front_end/test/fasta/outline.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698