Skip to content

strong mode errors #33

@devoncarew

Description

@devoncarew

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions