dart-lang / dart-lang/language

Consider null-shorting a broader set of syntactic forms

Open
#480 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
TeX
Stars
2.9k
Forks
239
Avg merge
2d 18h
Merged PRs (30d)
14

Description

```
if (v?.errors?.length > 0) { ... }
```

Error '>' called on null ?

In c# language this throws no exception ..

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.