Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add testing coverage for assigning to immutable thread-locals.
It is currently allowed to perform such assignments when not making use of NLL. NLL already does this right, but let's add a test in place to ensure it never regresses.
- Loading branch information