Highlights
- Pro
Block or Report
Block or report stereotype441
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse539 contributions in the last year
Less
More
Contribution activity
December 2022
Created 16 commits in 1 repository
Reviewed 3 pull requests in 1 repository
dart-lang/language
3 pull requests
Created an issue in dart-lang/language that received 16 comments
Unsoundness in map pattern matching: values can unexpectedly be null
Possibly related to #2671. Consider the following code: void g(Object y) { ... } void f(Map<String, int> m) { swich (m) { case {'foo': Object x}: g(…
16
comments




