Results 16 issues of Ben Pious

Android allows linking another value instead of just a number. We should support supplying an object to provide this context when the drawable is created. Example: `android:width="@dimen/ui__spacing_unit_4x"`.

Spec Compliance

This is accepted by the spec, but isn't supported by the parser yet.

bug
good first issue
Spec Compliance

The unit test coverage on the project is currently inadequate. We should be close to 100% coverage.

It's just a stub right now.

Spec Compliance

**Description** In Swift 5.8, this closure would have been inferred to have a return type of `Void`. In 5.9, it is inferred to have a type of `Void?`, which breaks...

bug
triage needed

### Description This code ``` class C { var a: [Int] = [] func mutateC() async { a.append(a.count) } } ``` arguably shouldn't be accepted by the compiler in complete...

bug
concurrency