AnnotationsChangeTracker extension tests

This commit is contained in:
Eugene Zhuravlev
2016-08-08 23:13:29 +02:00
parent 43018d26ab
commit 42947cdc2a
28 changed files with 343 additions and 0 deletions
@@ -0,0 +1,8 @@
public class D4 {
public String field;
public String method (Integer param) {
return param.toString();
}
}