CommentTracker: better whitespace handling

This commit is contained in:
Tagir Valeev
2017-01-18 12:24:02 +07:00
parent c973d11666
commit 4c07a74eb5
2 changed files with 28 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ public class Main {
String foo = "xyz";
/*check*/
boolean b = selector.andThen(Collections.singleton(/* "xyz" here */ "xyz")::contains).apply(/* foo here */ foo);
}
}