Skip to content

Commit

Permalink
fix tests: add file to test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 10, 2021
1 parent f73c50d commit 710f8fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/test/resources/Fuzzy/ToString/ToString.reduced.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import lombok.ToString;

@ToString(includeFieldNames = true)
class A {
}

0 comments on commit 710f8fd

Please sign in to comment.