Ben Pious
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"`.
This is accepted by the spec, but isn't supported by the parser yet.
The unit test coverage on the project is currently inadequate. We should be close to 100% coverage.
**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...
### 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...