google / google/google-java-format

Formatting failure with zero-width space

オープン
#372 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
6.2k
フォーク
937
平均マージ
6分
マージ済み PR(30日)
3

説明

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 1.6

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。