Additional tests on reflection calls
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
public class J {
|
||||
private final String result;
|
||||
|
||||
private J(String result) {
|
||||
this.result = result;
|
||||
}
|
||||
|
||||
private String getResult() {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user