revise
This commit is contained in:
1 parent
d94e67d828
commit
6234b15ce7
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -407,7 +407,7 @@ class SomeTest {
|
||||
import lombok.Value;
|
||||
@Value
|
||||
public class Test {
|
||||
int fo$o;
|
||||
int foo;
|
||||
}
|
||||
]]></code>
|
||||
</test-code>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in new issue
Block a user