-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
Some simple issues from ddc:
super call must be last in an initializer list (see http://goo.gl/q1T4BB): super(method, url) (package:http/src/multipart_request.dart, line 52, col 7)
super call must be last in an initializer list (see http://goo.gl/q1T4BB): super(method, url) (package:http/src/request.dart, line 135, col 7)
super call must be last in an initializer list (see http://goo.gl/q1T4BB): super(method, url) (package:http/src/streamed_request.dart, line 33, col 7)
super call must be last in an initializer list (see http://goo.gl/q1T4BB): super(statusCode, contentLength: contentLength, request: request, headers: headers, isRedirect: isRedirect, persistentConnection: persistentConnection, reasonPhrase: reasonPhrase) (package:http/src/streamed_response.dart, line 32, col 7)
srawlins
Metadata
Metadata
Assignees
Labels
No labels