diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 01:01:41 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 01:01:41 +0200 |
commit | c10fe50f6a704228bf91aeaea620e2a84c017df9 (patch) | |
tree | 8f00c545d7b97d36eed2ebb00e5469e79efae550 /test/transform/resource/after-ecj/VarComplex.java | |
parent | a478fd56796eebe0e6b0d49469f4380a75786290 (diff) | |
download | lombok-c10fe50f6a704228bf91aeaea620e2a84c017df9.tar.gz lombok-c10fe50f6a704228bf91aeaea620e2a84c017df9.tar.bz2 lombok-c10fe50f6a704228bf91aeaea620e2a84c017df9.zip |
[tests] removed a ridiculously exotic feature that still works, but is too hard to test
Specifically, using as custom logger topic a concatenated string, like literally `"A" + "B"`. It works,
but depending on javac and phase of the moon that ends up as `"A" + "B"` or `"AB"`, and I don't
think it's worthwhile for lombok to try to be consistent in this and test for that.
Diffstat (limited to 'test/transform/resource/after-ecj/VarComplex.java')
0 files changed, 0 insertions, 0 deletions