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

Side by Side Diff: test/codegen/expect/names.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 names.dart 1 // Messages from compiling names.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 26, col 3)
3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 27, col 3)
4 warning: [MissingTypeError] type analysis didn't compute the type of: _foo Simpl eIdentifier (test/codegen/names.dart, line 27, col 19)
5 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 28, col 3)
6 warning: [MissingTypeError] type analysis didn't compute the type of: _foo Simpl eIdentifier (test/codegen/names.dart, line 28, col 9)
7 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 29, col 3)
8 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 31, col 3)
9 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/names.dart, line 32, col 3)
10 info: [DynamicInvoke] print(exports) requires dynamic invoke (test/codegen/names .dart, line 26, col 3)
11 info: [DynamicInvoke] print(new Foo()._foo()) requires dynamic invoke (test/code gen/names.dart, line 27, col 3)
12 info: [DynamicInvoke] new Foo()._foo() requires dynamic invoke (test/codegen/nam es.dart, line 27, col 9)
13 info: [DynamicInvoke] print(_foo()) requires dynamic invoke (test/codegen/names. dart, line 28, col 3)
14 info: [DynamicInvoke] _foo() requires dynamic invoke (test/codegen/names.dart, l ine 28, col 9)
15 info: [DynamicInvoke] print(new Frame.caller([1, 2, 3])) requires dynamic invoke (test/codegen/names.dart, line 29, col 3)
16 info: [DynamicInvoke] print(eval) requires dynamic invoke (test/codegen/names.da rt, line 31, col 3)
17 info: [DynamicInvoke] print(Frame2.caller + Frame2.arguments) requires dynamic i nvoke (test/codegen/names.dart, line 32, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698