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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart

Issue 2970273004: Deprecate all diagnostics methods that use strings. (Closed)
Patch Set: Merged with 4df146dd9a465d63344330bf3e45524b927c92ec Created 3 years, 5 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/kernel/kernel_function_type_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart b/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
index bff2f52dbaed6b64c091e3dc4bcf67dd54eba223..a905445d0ba91e34fa1f7c7122fce34cd544476f 100644
--- a/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart
@@ -70,7 +70,7 @@ class KernelFunctionTypeBuilder extends FunctionTypeBuilder
}
Supertype buildSupertype(LibraryBuilder library) {
- library.addCompileTimeError(
+ library.deprecated_addCompileTimeError(
charOffset, "Can't use a function type as supertype.",
fileUri: fileUri);
return null;

Powered by Google App Engine
This is Rietveld 408576698