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

Side by Side Diff: test/codegen/expect/cascade.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: 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 cascade.dart 1 // Messages from compiling cascade.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 12, col 5)
3 warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleId entifier (test/codegen/cascade.dart, line 16, col 7)
4 warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleId entifier (test/codegen/cascade.dart, line 17, col 7)
5 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 18, col 3)
6 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 24, col 5)
7 warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleId entifier (test/codegen/cascade.dart, line 27, col 7)
8 warning: [MissingTypeError] type analysis didn't compute the type of: x SimpleId entifier (test/codegen/cascade.dart, line 28, col 7)
9 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 29, col 3)
10 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 37, col 3)
11 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 46, col 3)
12 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 52, col 7)
13 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 53, col 3)
14 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 60, col 11)
15 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 61, col 3)
16 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 67, col 7)
17 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/cascade.dart, line 69, col 3)
18 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 85, col 8)
19 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 85, col 16)
20 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 85, col 24)
21 warning: [MissingTypeError] type analysis didn't compute the type of: add Simple Identifier (test/codegen/cascade.dart, line 85, col 32)
22 info: [DynamicInvoke] print("hi") requires dynamic invoke (test/codegen/cascade. dart, line 12, col 5)
2 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 16, col 5) 23 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 16, col 5)
3 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 17, col 5) 24 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 17, col 5)
25 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 18, col 3)
26 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 24, col 5)
4 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 27, col 5) 27 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 27, col 5)
5 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 28, col 5) 28 info: [DynamicInvoke] ..x() requires dynamic invoke (test/codegen/cascade.dart, line 28, col 5)
29 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 29, col 3)
30 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 37, col 3)
31 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 46, col 3)
32 info: [DynamicInvoke] ..add(42) requires dynamic invoke (test/codegen/cascade.da rt, line 52, col 5)
33 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 53, col 3)
34 info: [DynamicInvoke] ..add(a) requires dynamic invoke (test/codegen/cascade.dar t, line 60, col 9)
35 info: [DynamicInvoke] print(b) requires dynamic invoke (test/codegen/cascade.dar t, line 61, col 3)
36 info: [DynamicInvoke] ..add(3) requires dynamic invoke (test/codegen/cascade.dar t, line 67, col 5)
37 info: [DynamicInvoke] print(a) requires dynamic invoke (test/codegen/cascade.dar t, line 69, col 3)
6 info: [DynamicInvoke] ..x += 1 requires dynamic invoke (test/codegen/cascade.dar t, line 75, col 5) 38 info: [DynamicInvoke] ..x += 1 requires dynamic invoke (test/codegen/cascade.dar t, line 75, col 5)
7 info: [DynamicInvoke] ..x -= 1 requires dynamic invoke (test/codegen/cascade.dar t, line 76, col 5) 39 info: [DynamicInvoke] ..x -= 1 requires dynamic invoke (test/codegen/cascade.dar t, line 76, col 5)
40 info: [DynamicInvoke] ..add(1) requires dynamic invoke (test/codegen/cascade.dar t, line 85, col 6)
41 info: [DynamicInvoke] ..add(2) requires dynamic invoke (test/codegen/cascade.dar t, line 85, col 14)
42 info: [DynamicInvoke] ..add(3) requires dynamic invoke (test/codegen/cascade.dar t, line 85, col 22)
43 info: [DynamicInvoke] ..add(4) requires dynamic invoke (test/codegen/cascade.dar t, line 85, col 30)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698