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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 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 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16) 1 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16)
2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25) 2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25)
3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38) 3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38)
4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25) 4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25)
5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38) 5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38)
6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25) 6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37) 7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12) 8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
9 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18) 9 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
10 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19) 10 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 severe: [AnalyzerMessage] The final variable 'elementSizeInBytes' must be initia lized (dart:_native_typed_data, line 446, col 13) 215 severe: [AnalyzerMessage] The final variable 'elementSizeInBytes' must be initia lized (dart:_native_typed_data, line 446, col 13)
216 severe: [AnalyzerMessage] The final variable 'offsetInBytes' must be initialized (dart:_native_typed_data, line 439, col 13) 216 severe: [AnalyzerMessage] The final variable 'offsetInBytes' must be initialized (dart:_native_typed_data, line 439, col 13)
217 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 433, col 13) 217 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 433, col 13)
218 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast to type NativeFloat32List (dart:_native_typed_da ta, line 201, col 9) 218 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast to type NativeFloat32List (dart:_native_typed_da ta, line 201, col 9)
219 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<int>) wil l need runtime check to cast to type Int32List (dart:_native_typed_data, line 31 1, col 9) 219 warning: [DownCastImplicit] _storage.sublist(start * 4, end * 4) (List<int>) wil l need runtime check to cast to type Int32List (dart:_native_typed_data, line 31 1, col 9)
220 warning: [DownCastImplicit] _storage.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast to type NativeFloat64List (dart:_native_typed_da ta, line 415, col 9) 220 warning: [DownCastImplicit] _storage.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast to type NativeFloat64List (dart:_native_typed_da ta, line 415, col 9)
221 warning: [DownCastImplicit] length == null ? _create2(buffer, offsetInBytes) : _ create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cas t to type NativeInt8List (dart:_native_typed_data, line 1106, col 12) 221 warning: [DownCastImplicit] length == null ? _create2(buffer, offsetInBytes) : _ create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cas t to type NativeInt8List (dart:_native_typed_data, line 1106, col 12)
222 warning: [DownCastComposite] IsolateNatives.spawnFunction(entryPoint, message, p aused).then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapab ility: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future <Isolate> (dart:isolate, line 168, col 14) 222 warning: [DownCastComposite] IsolateNatives.spawnFunction(entryPoint, message, p aused).then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapab ility: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future <Isolate> (dart:isolate, line 168, col 14)
223 warning: [DownCastComposite] IsolateNatives.spawnUri(uri, args, message, paused) .then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isola te> (dart:isolate, line 234, col 14) 223 warning: [DownCastComposite] IsolateNatives.spawnUri(uri, args, message, paused) .then((msg) => new Isolate(msg[1], pauseCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isola te> (dart:isolate, line 234, col 14)
224 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 224 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
225 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 833, col 37) 225 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 835, col 37)
226 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 880, col 11) 226 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 882, col 11)
227 warning: [DownCastImplicit] indexable (JSIndexable) will need runtime check to c ast to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, l ine 89, col 38) 227 warning: [DownCastImplicit] indexable (JSIndexable) will need runtime check to c ast to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, l ine 89, col 38)
228 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 120, col 24) 228 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 120, col 24)
229 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 121, col 26) 229 warning: [DownCastImplicit] serializeTearOff (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:_isolate_helper/isolate_serialization. dart, line 121, col 26)
230 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 172, col 52) 230 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 172, col 52)
231 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 250, col 58) 231 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 250, col 58)
232 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 258, col 61) 232 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 258, col 61)
233 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 266, col 36) 233 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 266, col 36)
234 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 275, col 58) 234 warning: [DownCastImplicit] result (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 275, col 58)
235 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 357, col 29) 235 warning: [DownCastImplicit] fields (List<dynamic>) will need runtime check to ca st to type JSArray<dynamic> (dart:_isolate_helper/isolate_serialization.dart, li ne 357, col 29)
236 warning: [DownCastImplicit] errorHandler (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:async/async_error.dart, line 20, col 39) 236 warning: [DownCastImplicit] errorHandler (Function) will need runtime check to c ast to type (dynamic) → dynamic (dart:async/async_error.dart, line 20, col 39)
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42) 296 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
297 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15) 297 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime check to cast to type (T) → void (dart:async/stream _impl.dart, line 154, col 15)
298 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic, dynamic) → dynamic (dart:async/stream_impl.dart, line 358, col 32) 298 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic, dynamic) → dynamic (dart:async/stream_impl.dart, line 358, col 32)
299 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/stream_impl.dart, line 360, col 31) 299 warning: [DownCastImplicit] _onError (Function) will need runtime check to cast to type (dynamic) → dynamic (dart:async/stream_impl.dart, line 360, col 31)
300 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12) 300 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da rt, line 476, col 12)
301 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12) 301 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart :async/stream_impl.dart, line 515, col 12)
302 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28) 302 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
303 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28) 303 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
304 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14) 304 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14)
305 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22) 305 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type T (dart:async/stream_impl.dart, line 1006, col 22)
306 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1033, col 31) 306 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1035, col 31)
307 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1045, col 31) 307 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1047, col 31)
308 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1059, col 31) 308 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1061, col 31)
309 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1073, col 31) 309 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bool> (dart:async/stream_impl.dart, line 1075, col 31)
310 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15) 310 warning: [DownCastComposite] outputData (dynamic) will need runtime check to cas t to type T (dart:async/stream_pipe.dart, line 104, col 15)
311 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21) 311 warning: [DownCastComposite] _transform(inputEvent) (dynamic) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 235, col 21)
312 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29) 312 warning: [DownCastComposite] _previous (Object) will need runtime check to cast to type T (dart:async/stream_pipe.dart, line 426, col 29)
313 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18) 313 warning: [DownCastComposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will ne ed runtime check to cast to type (EventSink<dynamic>) → EventSink<dynamic> (dart :async/stream_transformers.dart, line 187, col 18)
314 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15) 314 warning: [UninferredClosure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaultHandleData; if (handleError == null) handleError = _default HandleError; if (handleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S, T>(handleData, handleError, handleDone, outputSink);} ((Ev entSink<T>) → dynamic) will need runtime check to cast to type (EventSink<T>) → EventSink<S> (dart:async/stream_transformers.dart, line 233, col 15)
315 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48) 315 warning: [DownCastComposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need runtime check to cast to type (S, EventSink<T>) → void (dart:as ync/stream_transformers.dart, line 234, col 48)
316 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50) 316 warning: [DownCastComposite] _defaultHandleError ((dynamic, StackTrace, EventSin k<dynamic>) → void) will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
317 warning: [DownCastComposite] Zone.current.bindUnaryCallback(callback, runGuarded : true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19) 317 warning: [DownCastComposite] Zone.current.bindUnaryCallback(callback, runGuarded : true) ((dynamic) → dynamic) will need runtime check to cast to type (Timer) → void (dart:async/timer.dart, line 80, col 19)
318 warning: [DownCastImplicit] implementationZone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 845, col 57) 318 warning: [DownCastImplicit] implementationZone (Zone) will need runtime check to cast to type _Zone (dart:async/zone.dart, line 845, col 57)
319 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16) 319 warning: [DownCastComposite] zone.bindUnaryCallback(callback) ((dynamic) → dynam ic) will need runtime check to cast to type (Timer) → void (dart:async/zone.dart , line 962, col 16)
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12) 375 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12)
376 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12) 376 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12)
377 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52) 377 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52)
378 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror. typeArguments', getter 'TypeMirror.isOriginalDeclaration', getter 'DeclarationMi rror.owner', getter 'DeclarationMirror.location' and 10 more (dart:_js_mirrors, line 120, col 7) 378 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror. typeArguments', getter 'TypeMirror.isOriginalDeclaration', getter 'DeclarationMi rror.owner', getter 'DeclarationMirror.location' and 10 more (dart:_js_mirrors, line 120, col 7)
379 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d art:_js_mirrors, line 47, col 7) 379 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d art:_js_mirrors, line 47, col 7)
380 severe: [AnalyzerMessage] Missing concrete implementation of getter 'VariableMir ror.isStatic', getter 'VariableMirror.isFinal', getter 'DeclarationMirror.owner' , getter 'ParameterMirror.isOptional' and 9 more (dart:_js_mirrors, line 126, co l 7) 380 severe: [AnalyzerMessage] Missing concrete implementation of getter 'VariableMir ror.isStatic', getter 'VariableMirror.isFinal', getter 'DeclarationMirror.owner' , getter 'ParameterMirror.isOptional' and 9 more (dart:_js_mirrors, line 126, co l 7)
381 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror. typeArguments', getter 'ClassMirror.superinterfaces', getter 'TypeMirror.isOrigi nalDeclaration', getter 'ClassMirror.staticMembers' and 19 more (dart:_js_mirror s, line 84, col 7) 381 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror. typeArguments', getter 'ClassMirror.superinterfaces', getter 'TypeMirror.isOrigi nalDeclaration', getter 'ClassMirror.staticMembers' and 19 more (dart:_js_mirror s, line 84, col 7)
382 severe: [AnalyzerMessage] Missing concrete implementation of getter 'MethodMirro r.isSetter', getter 'MethodMirror.isConstructor', getter 'MethodMirror.isConstCo nstructor', getter 'MethodMirror.isAbstract' and 17 more (dart:_js_mirrors, line 134, col 7) 382 severe: [AnalyzerMessage] Missing concrete implementation of getter 'MethodMirro r.isSetter', getter 'MethodMirror.isConstructor', getter 'MethodMirror.isConstCo nstructor', getter 'MethodMirror.isAbstract' and 17 more (dart:_js_mirrors, line 134, col 7)
383 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par ameter type 'Object' (dart:_js_mirrors, line 61, col 35) 383 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par ameter type 'Object' (dart:_js_mirrors, line 61, col 35)
384 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10) 384 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10)
OLDNEW
« test/testing.dart ('K') | « tool/input_sdk/private/isolate_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698