Thai Duong
Thai Duong
Test case: ```java package test; import com.google.common.util.concurrent.AtomicLongMap; class Foo { AtomicLongMap a = AtomicLongMap.create().getAndIncrement​("foo"); } ``` Error: `src/Test.java:6:30: error: expected token: 'getAndIncrement​'; generated getAndIncrement instead` Version: google-java-format --version google-java-format: Version...
Hi! [Project Wycheproof](https://github.com/google/wycheproof) provides thousands of [test vectors](https://github.com/google/wycheproof/tree/master/testvectors) that have uncovered a lot of bugs in popular crypto libraries. Have you considered running it against this library? Thanks!