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

Side by Side Diff: test/codegen/expect/syncstar_syntax.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 syncstar_syntax.dart 1 // Messages from compiling syncstar_syntax.dart
2 info: [DynamicCast] expected (dynamic) will need runtime check to cast to type S tring (package:expect/expect.dart, line 97, col 51) 2 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 45, col 24)
3 info: [DynamicCast] actual (dynamic) will need runtime check to cast to type Str ing (package:expect/expect.dart, line 97, col 61) 3 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 47, col 25)
4 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 49, col 13)
5 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 50, col 13)
6 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 51, col 13)
7 warning: [MissingTypeError] type analysis didn't compute the type of: writeCharC ode SimpleIdentifier (package:expect/expect.dart, line 53, col 13)
8 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 53, col 34)
9 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 56, col 34)
10 warning: [MissingTypeError] type analysis didn't compute the type of: toString S impleIdentifier (package:expect/expect.dart, line 57, col 16)
11 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 73, col 20)
12 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 73, col 44)
13 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 77, col 24)
14 warning: [MissingTypeError] type analysis didn't compute the type of: codeUnitAt SimpleIdentifier (package:expect/expect.dart, line 77, col 48)
15 warning: [MissingTypeError] type analysis didn't compute the type of: _truncateS tring SimpleIdentifier (package:expect/expect.dart, line 81, col 29)
16 warning: [MissingTypeError] type analysis didn't compute the type of: _truncateS tring SimpleIdentifier (package:expect/expect.dart, line 82, col 27)
17 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 95, col 18)
18 warning: [MissingTypeError] type analysis didn't compute the type of: _stringDif ference SimpleIdentifier (package:expect/expect.dart, line 97, col 33)
19 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 99, col 9)
20 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 102, col 5)
21 warning: [MissingTypeError] type analysis didn't compute the type of: _identical SimpleIdentifier (package:expect/expect.dart, line 109, col 9)
22 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 110, col 18)
23 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 111, col 5)
24 warning: [MissingTypeError] type analysis didn't compute the type of: _identical SimpleIdentifier (package:expect/expect.dart, line 118, col 9)
25 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 119, col 18)
26 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 120, col 5)
27 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 128, col 18)
28 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 129, col 5)
29 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 137, col 18)
30 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 138, col 5)
31 warning: [MissingTypeError] type analysis didn't compute the type of: _identical SimpleIdentifier (package:expect/expect.dart, line 146, col 9)
32 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 147, col 18)
33 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 148, col 5)
34 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 154, col 5)
35 warning: [MissingTypeError] type analysis didn't compute the type of: abs Simple Identifier (package:expect/expect.dart, line 167, col 36)
36 warning: [MissingTypeError] type analysis didn't compute the type of: abs Simple Identifier (package:expect/expect.dart, line 170, col 29)
37 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 172, col 18)
38 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 173, col 5)
39 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 179, col 18)
40 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 180, col 5)
41 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 191, col 18)
42 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 195, col 9)
43 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 202, col 7)
44 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 215, col 18)
45 warning: [MissingTypeError] type analysis didn't compute the type of: containsKe y SimpleIdentifier (package:expect/expect.dart, line 219, col 19)
46 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 220, col 9)
47 warning: [MissingTypeError] type analysis didn't compute the type of: equals Sim pleIdentifier (package:expect/expect.dart, line 223, col 14)
48 warning: [MissingTypeError] type analysis didn't compute the type of: containsKe y SimpleIdentifier (package:expect/expect.dart, line 228, col 21)
49 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 229, col 9)
50 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 243, col 18)
51 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 248, col 7)
52 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 285, col 35)
53 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 288, col 18)
54 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 291, col 32)
55 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 292, col 30)
56 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 296, col 27)
57 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 297, col 27)
58 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 300, col 27)
59 warning: [MissingTypeError] type analysis didn't compute the type of: substring SimpleIdentifier (package:expect/expect.dart, line 301, col 27)
60 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 312, col 5)
61 warning: [MissingTypeError] type analysis didn't compute the type of: removeAll SimpleIdentifier (package:expect/expect.dart, line 323, col 16)
62 warning: [MissingTypeError] type analysis didn't compute the type of: removeAll SimpleIdentifier (package:expect/expect.dart, line 325, col 14)
63 warning: [MissingTypeError] type analysis didn't compute the type of: _getMessag e SimpleIdentifier (package:expect/expect.dart, line 328, col 18)
64 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 333, col 10)
65 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 337, col 10)
66 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 342, col 10)
67 warning: [MissingTypeError] type analysis didn't compute the type of: write Simp leIdentifier (package:expect/expect.dart, line 346, col 10)
68 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 348, col 5)
69 warning: [MissingTypeError] type analysis didn't compute the type of: toString S impleIdentifier (package:expect/expect.dart, line 348, col 14)
70 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 366, col 7)
71 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 373, col 11)
72 warning: [MissingTypeError] type analysis didn't compute the type of: _fail Simp leIdentifier (package:expect/expect.dart, line 378, col 5)
73 warning: [MissingTypeError] type analysis didn't compute the type of: identical SimpleIdentifier (package:expect/expect.dart, line 389, col 26)
74 warning: [MissingTypeError] type analysis didn't compute the type of: listEquals SimpleIdentifier (test/codegen/syncstar_syntax.dart, line 30, col 10)
75 warning: [MissingTypeError] type analysis didn't compute the type of: foo Simple Identifier (test/codegen/syncstar_syntax.dart, line 30, col 32)
76 warning: [MissingTypeError] type analysis didn't compute the type of: toList Sim pleIdentifier (test/codegen/syncstar_syntax.dart, line 30, col 38)
77 warning: [MissingTypeError] type analysis didn't compute the type of: listEquals SimpleIdentifier (test/codegen/syncstar_syntax.dart, line 31, col 10)
78 warning: [MissingTypeError] type analysis didn't compute the type of: bar Simple Identifier (test/codegen/syncstar_syntax.dart, line 31, col 44)
79 warning: [MissingTypeError] type analysis didn't compute the type of: toList Sim pleIdentifier (test/codegen/syncstar_syntax.dart, line 31, col 50)
80 warning: [MissingTypeError] type analysis didn't compute the type of: listEquals SimpleIdentifier (test/codegen/syncstar_syntax.dart, line 32, col 10)
81 warning: [MissingTypeError] type analysis didn't compute the type of: baz Simple Identifier (test/codegen/syncstar_syntax.dart, line 32, col 38)
82 warning: [MissingTypeError] type analysis didn't compute the type of: toList Sim pleIdentifier (test/codegen/syncstar_syntax.dart, line 32, col 44)
83 warning: [MissingTypeError] type analysis didn't compute the type of: listEquals SimpleIdentifier (test/codegen/syncstar_syntax.dart, line 33, col 10)
84 warning: [MissingTypeError] type analysis didn't compute the type of: qux Simple Identifier (test/codegen/syncstar_syntax.dart, line 33, col 32)
85 warning: [MissingTypeError] type analysis didn't compute the type of: toList Sim pleIdentifier (test/codegen/syncstar_syntax.dart, line 33, col 38)
86 info: [DynamicInvoke] buf.write("...") requires dynamic invoke (package:expect/e xpect.dart, line 45, col 20)
87 info: [DynamicInvoke] string.codeUnitAt(i) requires dynamic invoke (package:expe ct/expect.dart, line 47, col 18)
88 info: [DynamicInvoke] buf.write(r"\x") requires dynamic invoke (package:expect/e xpect.dart, line 49, col 9)
89 info: [DynamicInvoke] buf.write("0123456789abcdef"[code ~/ 16]) requires dynamic invoke (package:expect/expect.dart, line 50, col 9)
90 info: [DynamicInvoke] buf.write("0123456789abcdef"[code % 16]) requires dynamic invoke (package:expect/expect.dart, line 51, col 9)
91 info: [DynamicInvoke] buf.writeCharCode(string.codeUnitAt(i)) requires dynamic i nvoke (package:expect/expect.dart, line 53, col 9)
92 info: [DynamicInvoke] string.codeUnitAt(i) requires dynamic invoke (package:expe ct/expect.dart, line 53, col 27)
93 info: [DynamicInvoke] buf.write("...") requires dynamic invoke (package:expect/e xpect.dart, line 56, col 30)
94 info: [DynamicInvoke] buf.toString() requires dynamic invoke (package:expect/exp ect.dart, line 57, col 12)
95 info: [DynamicInvoke] expected.codeUnitAt(i) requires dynamic invoke (package:ex pect/expect.dart, line 73, col 11)
96 info: [DynamicInvoke] actual.codeUnitAt(i) requires dynamic invoke (package:expe ct/expect.dart, line 73, col 37)
97 info: [DynamicInvoke] expected.codeUnitAt(i) requires dynamic invoke (package:ex pect/expect.dart, line 77, col 15)
98 info: [DynamicInvoke] actual.codeUnitAt(i) requires dynamic invoke (package:expe ct/expect.dart, line 77, col 41)
99 info: [DynamicInvoke] _truncateString(expected, start, end, 20) requires dynamic invoke (package:expect/expect.dart, line 81, col 29)
100 info: [DynamicInvoke] _truncateString(actual, start, end, 20) requires dynamic i nvoke (package:expect/expect.dart, line 82, col 27)
101 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 95, col 18)
102 info: [DynamicInvoke] _stringDifference(expected, actual) requires dynamic invok e (package:expect/expect.dart, line 97, col 33)
103 info: [DynamicInvoke] _fail("Expect.equals($stringDifference$msg) fails.") requi res dynamic invoke (package:expect/expect.dart, line 99, col 9)
104 info: [DynamicInvoke] _fail("Expect.equals(expected: <$expected>, actual: <$actu al>$msg) fails.") requires dynamic invoke (package:expect/expect.dart, line 102, col 5)
105 info: [DynamicInvoke] _identical(actual, true) requires dynamic invoke (package: expect/expect.dart, line 109, col 9)
106 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 110, col 18)
107 info: [DynamicInvoke] _fail("Expect.isTrue($actual$msg) fails.") requires dynami c invoke (package:expect/expect.dart, line 111, col 5)
108 info: [DynamicInvoke] _identical(actual, false) requires dynamic invoke (package :expect/expect.dart, line 118, col 9)
109 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 119, col 18)
110 info: [DynamicInvoke] _fail("Expect.isFalse($actual$msg) fails.") requires dynam ic invoke (package:expect/expect.dart, line 120, col 5)
111 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 128, col 18)
112 info: [DynamicInvoke] _fail("Expect.isNull(actual: <$actual>$msg) fails.") requi res dynamic invoke (package:expect/expect.dart, line 129, col 5)
113 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 137, col 18)
114 info: [DynamicInvoke] _fail("Expect.isNotNull(actual: <$actual>$msg) fails.") re quires dynamic invoke (package:expect/expect.dart, line 138, col 5)
115 info: [DynamicInvoke] _identical(expected, actual) requires dynamic invoke (pack age:expect/expect.dart, line 146, col 9)
116 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 147, col 18)
117 info: [DynamicInvoke] _fail("Expect.identical(expected: <$expected>, actual: <$a ctual>$msg) " "fails.") requires dynamic invoke (package:expect/expect.dart, lin e 148, col 5)
118 info: [DynamicInvoke] _fail("Expect.fail('$msg')") requires dynamic invoke (pack age:expect/expect.dart, line 154, col 5)
119 info: [DynamicInvoke] (expected / 1e4).abs() requires dynamic invoke (package:ex pect/expect.dart, line 167, col 19)
120 info: [DynamicInvoke] (expected - actual).abs() requires dynamic invoke (package :expect/expect.dart, line 170, col 9)
121 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 172, col 18)
122 info: [DynamicInvoke] _fail('Expect.approxEquals(expected:<$expected>, actual:<$ actual>, ' 'tolerance:<$tolerance>$msg) fails') requires dynamic invoke (package :expect/expect.dart, line 173, col 5)
123 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 179, col 18)
124 info: [DynamicInvoke] _fail("Expect.notEquals(unexpected: <$unexpected>, actual: <$actual>$msg) " "fails.") requires dynamic invoke (package:expect/expect.dart, line 180, col 5)
125 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 191, col 18)
126 info: [DynamicInvoke] _fail('Expect.listEquals(at index $i, ' 'expected: <${expe cted[i]}>, actual: <${actual[i]}>$msg) fails') requires dynamic invoke (package: expect/expect.dart, line 195, col 9)
127 info: [DynamicInvoke] _fail('Expect.listEquals(list length, ' 'expected: <${expe cted.length}>, actual: <${actual.length}>$msg) ' 'fails: Next element <' '${expe cted.length > n ? expected[n] : actual[n]}>') requires dynamic invoke (package:e xpect/expect.dart, line 202, col 7)
128 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 215, col 18)
129 info: [DynamicInvoke] actual.containsKey(key) requires dynamic invoke (package:e xpect/expect.dart, line 219, col 12)
130 info: [DynamicInvoke] _fail('Expect.mapEquals(missing expected key: <$key>$msg) fails') requires dynamic invoke (package:expect/expect.dart, line 220, col 9)
131 info: [DynamicInvoke] Expect.equals(expected[key], actual[key]) requires dynamic invoke (package:expect/expect.dart, line 223, col 7)
132 info: [DynamicInvoke] expected.containsKey(key) requires dynamic invoke (package :expect/expect.dart, line 228, col 12)
133 info: [DynamicInvoke] _fail('Expect.mapEquals(unexpected key: <$key>$msg) fails' ) requires dynamic invoke (package:expect/expect.dart, line 229, col 9)
134 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 243, col 18)
135 info: [DynamicInvoke] _fail('$defaultMessage') requires dynamic invoke (package: expect/expect.dart, line 248, col 7)
136 info: [DynamicInvoke] expected.substring(left < 10 ? 0 : left - 10, left) requir es dynamic invoke (package:expect/expect.dart, line 285, col 26)
137 info: [DynamicInvoke] expected.substring(eLen - right, eLen - right + rightSnipp etLength) requires dynamic invoke (package:expect/expect.dart, line 288, col 9)
138 info: [DynamicInvoke] expected.substring(left, eLen - right) requires dynamic in voke (package:expect/expect.dart, line 291, col 23)
139 info: [DynamicInvoke] actual.substring(left, aLen - right) requires dynamic invo ke (package:expect/expect.dart, line 292, col 23)
140 info: [DynamicInvoke] eSnippet.substring(0, 20) requires dynamic invoke (package :expect/expect.dart, line 296, col 18)
141 info: [DynamicInvoke] eSnippet.substring(eSnippet.length - 20) requires dynamic invoke (package:expect/expect.dart, line 297, col 18)
142 info: [DynamicInvoke] aSnippet.substring(0, 20) requires dynamic invoke (package :expect/expect.dart, line 300, col 18)
143 info: [DynamicInvoke] aSnippet.substring(aSnippet.length - 20) requires dynamic invoke (package:expect/expect.dart, line 301, col 18)
144 info: [DynamicInvoke] _fail("$defaultMessage$diff") requires dynamic invoke (pac kage:expect/expect.dart, line 312, col 5)
145 info: [DynamicInvoke] missingSet.removeAll(actual) requires dynamic invoke (pack age:expect/expect.dart, line 323, col 5)
146 info: [DynamicInvoke] extraSet.removeAll(expected) requires dynamic invoke (pack age:expect/expect.dart, line 325, col 5)
147 info: [DynamicInvoke] _getMessage(reason) requires dynamic invoke (package:expec t/expect.dart, line 328, col 18)
148 info: [DynamicInvoke] sb.write('\nExpected collection does not contain: ') requi res dynamic invoke (package:expect/expect.dart, line 333, col 7)
149 info: [DynamicInvoke] sb.write('$val ') requires dynamic invoke (package:expect/ expect.dart, line 337, col 7)
150 info: [DynamicInvoke] sb.write('\nExpected collection should not contain: ') req uires dynamic invoke (package:expect/expect.dart, line 342, col 7)
151 info: [DynamicInvoke] sb.write('$val ') requires dynamic invoke (package:expect/ expect.dart, line 346, col 7)
152 info: [DynamicInvoke] _fail(sb.toString()) requires dynamic invoke (package:expe ct/expect.dart, line 348, col 5)
153 info: [DynamicInvoke] sb.toString() requires dynamic invoke (package:expect/expe ct.dart, line 348, col 11)
154 info: [DynamicInvoke] _fail("Expect.throws$msg: Function f not callable with zer o arguments") requires dynamic invoke (package:expect/expect.dart, line 366, col 7)
4 info: [DynamicInvoke] check(e) requires dynamic invoke (package:expect/expect.da rt, line 372, col 14) 155 info: [DynamicInvoke] check(e) requires dynamic invoke (package:expect/expect.da rt, line 372, col 14)
156 info: [DynamicInvoke] _fail("Expect.throws$msg: Unexpected '$e'\n$s") requires d ynamic invoke (package:expect/expect.dart, line 373, col 11)
157 info: [DynamicInvoke] _fail('Expect.throws$msg fails: Did not throw') requires d ynamic invoke (package:expect/expect.dart, line 378, col 5)
158 info: [DynamicInvoke] identical(a, b) requires dynamic invoke (package:expect/ex pect.dart, line 389, col 26)
5 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 9, col 10) 159 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 9, col 10)
6 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 15, col 12) 160 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 15, col 12)
7 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 20, col 12) 161 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 20, col 12)
8 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 27, col 12) 162 info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen /syncstar_syntax.dart, line 27, col 12)
163 info: [DynamicInvoke] Expect.listEquals([1, 2, 3], foo().toList()) requires dyna mic invoke (test/codegen/syncstar_syntax.dart, line 30, col 3)
164 info: [DynamicInvoke] foo() requires dynamic invoke (test/codegen/syncstar_synta x.dart, line 30, col 32)
165 info: [DynamicInvoke] foo().toList() requires dynamic invoke (test/codegen/syncs tar_syntax.dart, line 30, col 32)
166 info: [DynamicInvoke] Expect.listEquals([1, 2, 3], new Class().bar().toList()) r equires dynamic invoke (test/codegen/syncstar_syntax.dart, line 31, col 3)
167 info: [DynamicInvoke] new Class().bar() requires dynamic invoke (test/codegen/sy ncstar_syntax.dart, line 31, col 32)
168 info: [DynamicInvoke] new Class().bar().toList() requires dynamic invoke (test/c odegen/syncstar_syntax.dart, line 31, col 32)
169 info: [DynamicInvoke] Expect.listEquals([1, 2, 3], Class.baz().toList()) require s dynamic invoke (test/codegen/syncstar_syntax.dart, line 32, col 3)
170 info: [DynamicInvoke] Class.baz() requires dynamic invoke (test/codegen/syncstar _syntax.dart, line 32, col 32)
171 info: [DynamicInvoke] Class.baz().toList() requires dynamic invoke (test/codegen /syncstar_syntax.dart, line 32, col 32)
172 info: [DynamicInvoke] Expect.listEquals([1, 2, 3], qux().toList()) requires dyna mic invoke (test/codegen/syncstar_syntax.dart, line 33, col 3)
173 info: [DynamicInvoke] qux() requires dynamic invoke (test/codegen/syncstar_synta x.dart, line 33, col 32)
174 info: [DynamicInvoke] qux().toList() requires dynamic invoke (test/codegen/syncs tar_syntax.dart, line 33, col 32)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698