This commit is contained in:
LynnBroe committed 2022-11-11 14:22:22 +08:00
1 parent d94e67d828
commit 6234b15ce7
2 files changed
+2 -2

No files matched your search

@@ -407,7 +407,7 @@ class SomeTest {
import lombok.Value;
@Value
public class Test {
int fo$o;
int foo;
}
]]></code>
</test-code>
@@ -196,7 +196,7 @@ import lombok.Value;
@Value
public class Test {
private Test(int a, int b, int c, String abc, long d, double p, String[] arr, int data, long in, float fl, String res) {}
private Test(int a, int b) {}
}
]]></code>
</test-code>