Closed
Description
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.