Skip to content

It is an error if a type name appears multiple times in an implements clause #5084

Closed
@bwilkerson

Description

@bwilkerson

The specification disallows code of the following form:

class A implement I, J, I {}

"It is a compile-time error if a type T appears more than once in the implements clause of a class."

See http://code.google.com/p/dart/issues/detail?id=976 for more details.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions