Pinned
821 contributions in the last year
Less
More
Contribution activity
July 2021
Created 37 commits in 5 repositories
Created 1 repository
Created a pull request in dart-lang/dart_style that received 1 comment
Opened 4 other pull requests in 2 repositories
dart-lang/dart_style
3
merged
dart-lang/language
1
open
Reviewed 6 pull requests in 3 repositories
dart-lang/dart_style 3 pull requests
dart-lang/site-www 2 pull requests
dart-lang/args 1 pull request
Created an issue in dart-lang/sdk that received 5 comments
False positive on "unnecessary cast"
If I write:
void main() { int? i = null; var j = 1 as int?; // 1 j = i; // 2
}
I get "Unnecessary cast" on the line 1. But that cast is necessary i…
5
comments

