-
Example code:
```dart
void main() {
var [int a, String b] = [2, "a"] as dynamic;
print("$a: $b");
}
```
The inference (or the implementation of it at least) infers a type argument for the l…
lrhn updated
4 months ago
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily)!
-
### Bug description
I've put together an example repo with a website that demonstrates the issue: https://github.com/gadenbuie/quarto-reprex-listing-chomp.
This site uses a custom listing that use…
-
We have [avoid_positional_boolean_parameters](https://dart-lang.github.io/linter/lints/avoid_positional_boolean_parameters.html) backed by an Effective Dart rule. And I think the reasoning behind the …
-
In talks with @domenic a concern about using error behavior of a URL derived from step 2 of https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier . In particular, the curre…
bmeck updated
7 years ago