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

Side by Side Diff: test/codegen/expect/misc.txt

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 // Messages from compiling misc.dart 1 // Messages from compiling misc.dart
2 severe: [InvalidMethodOverride] Invalid override. The type of Base.== ((dynamic) → dynamic) is not a subtype of Object.== ((dynamic) → bool). (test/codegen/misc .dart, line 18, col 3)
3 severe: [InvalidMethodOverride] Invalid override. The type of Derived.== ((dynam ic) → dynamic) is not a subtype of Object.== ((dynamic) → bool). (test/codegen/m isc.dart, line 24, col 3)
4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 47, col 3)
5 warning: [MissingTypeError] type analysis didn't compute the type of: toString S impleIdentifier (test/codegen/misc.dart, line 47, col 11)
6 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 48, col 3)
7 warning: [MissingTypeError] type analysis didn't compute the type of: toString S impleIdentifier (test/codegen/misc.dart, line 48, col 13)
8 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 49, col 3)
9 warning: [MissingTypeError] type analysis didn't compute the type of: toString S impleIdentifier (test/codegen/misc.dart, line 49, col 13)
10 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 53, col 3)
11 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 54, col 3)
12 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 57, col 3)
13 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/misc.dart, line 59, col 3)
2 info: [DynamicInvoke] obj.x requires dynamic invoke (test/codegen/misc.dart, lin e 19, col 27) 14 info: [DynamicInvoke] obj.x requires dynamic invoke (test/codegen/misc.dart, lin e 19, col 27)
3 info: [DynamicInvoke] obj.y requires dynamic invoke (test/codegen/misc.dart, lin e 19, col 41) 15 info: [DynamicInvoke] obj.y requires dynamic invoke (test/codegen/misc.dart, lin e 19, col 41)
4 info: [DynamicInvoke] obj.z requires dynamic invoke (test/codegen/misc.dart, lin e 25, col 30) 16 info: [DynamicInvoke] obj.z requires dynamic invoke (test/codegen/misc.dart, lin e 25, col 30)
17 info: [DynamicInvoke] print(1.toString()) requires dynamic invoke (test/codegen/ misc.dart, line 47, col 3)
18 info: [DynamicInvoke] 1.toString() requires dynamic invoke (test/codegen/misc.da rt, line 47, col 9)
19 info: [DynamicInvoke] print(1.0.toString()) requires dynamic invoke (test/codege n/misc.dart, line 48, col 3)
20 info: [DynamicInvoke] 1.0.toString() requires dynamic invoke (test/codegen/misc. dart, line 48, col 9)
21 info: [DynamicInvoke] print(1.1.toString()) requires dynamic invoke (test/codege n/misc.dart, line 49, col 3)
22 info: [DynamicInvoke] 1.1.toString() requires dynamic invoke (test/codegen/misc. dart, line 49, col 9)
23 info: [DynamicInvoke] print(x == dynamic) requires dynamic invoke (test/codegen/ misc.dart, line 53, col 3)
24 info: [DynamicInvoke] print(x == Generic) requires dynamic invoke (test/codegen/ misc.dart, line 54, col 3)
25 info: [DynamicInvoke] print(new Generic<int>().type) requires dynamic invoke (te st/codegen/misc.dart, line 57, col 3)
26 info: [DynamicInvoke] print(new Derived() == new Derived()) requires dynamic inv oke (test/codegen/misc.dart, line 59, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698