Results 4 comments of agrieve

Also note that changing the final `}]` to a `},]` fixes the formatting

Is there a way to apply this fix when using a ParameterizedRobolectricTestRunner? The class is final, so we can't override that method on it.

In our case, it turned out to be straight-forward to just not use the shadows, so we are no long hampered by this.

Is ASAN still not supported? I just burned a good amount of time on this, because: [This page](https://source.android.com/docs/security/test/asan) suggests that it is supported, except for arm64 platform development (I'm using...