This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Treat S<dynamic> as S<Object>? #38
Comments
(FYI you can use markdown code blocks to preserve the format, I just went ahead and edited the code above in place :)) |
I think this is fine. One subtlety that should probably be dealt with is that the following: class Foo<T extends num, S extends Comparable<T>>
var x = new Foo(); should probably be interpreted as ...
var x = new Foo<num, Comparable<num>>(); |
SGTM |
I think we decided the distinction of @leafpetersen @vsmenon thoughts on this one? |
@leafpetersen - is this still an open issue? |
I believe this is still open. |
Closed
moved to dart-lang/sdk#25877 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've discussed mapping these to the same:
Should we?
@jacob314 @leafpetersen
The text was updated successfully, but these errors were encountered: