Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
@google, on @dart-lang
- Seattle, WA
- http://journal.stuffwithstuff.com
Pinned
754 contributions in the last year
Contribution activity
May 2020
Created an issue in dart-lang/sdk that received 5 comments
Implicit downcast on assert message
Given: main() { Object obj = "message"; assert(true, obj); } It looks like neither analyzer nor CFE report an error on the message when treating th…
5
comments