OLD | NEW |
1 // Messages from compiling domtest.dart | 1 // Messages from compiling domtest.dart |
| 2 warning: [MissingTypeError] type analysis didn't compute the type of: querySelec
tor SimpleIdentifier (test/codegen/domtest.dart, line 11, col 24) |
| 3 warning: [MissingTypeError] type analysis didn't compute the type of: createElem
ent SimpleIdentifier (test/codegen/domtest.dart, line 14, col 25) |
| 4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp
leIdentifier (test/codegen/domtest.dart, line 15, col 5) |
| 5 info: [DynamicInvoke] document.querySelector('body') requires dynamic invoke (te
st/codegen/domtest.dart, line 11, col 15) |
| 6 info: [DynamicInvoke] document.createElement('div') requires dynamic invoke (tes
t/codegen/domtest.dart, line 14, col 16) |
| 7 info: [DynamicInvoke] print(nodes[i] == old) requires dynamic invoke (test/codeg
en/domtest.dart, line 15, col 5) |
OLD | NEW |