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

Unified Diff: tests/language_strong/generic_field_mixin4_test.dart

Issue 2779843004: Fix top-level inference errors for most of the newly failing tests. (Closed)
Patch Set: Created 3 years, 9 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: tests/language_strong/generic_field_mixin4_test.dart
diff --git a/tests/language_strong/generic_field_mixin4_test.dart b/tests/language_strong/generic_field_mixin4_test.dart
index b1490fd4a0ad7601868d0a457ecc47c444f20a07..5dcc1275bf7b464cb8f26a737fc64a7b1c8f7ea7 100644
--- a/tests/language_strong/generic_field_mixin4_test.dart
+++ b/tests/language_strong/generic_field_mixin4_test.dart
@@ -7,7 +7,7 @@
import 'package:expect/expect.dart';
class M<T> {
- var field = () {
+ bool field = () {
try {
throw 0;
} on T catch (e) {
« no previous file with comments | « tests/language_strong/first_class_types_constants_test.dart ('k') | tests/language_strong/generic_field_mixin5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698