Instrumenter cleanup + couple more tests

This commit is contained in:
Roman Shevchenko
2012-09-24 19:06:40 +02:00
parent dc9f14427e
commit eed7f584d3
4 changed files with 77 additions and 40 deletions
@@ -0,0 +1,6 @@
import org.jetbrains.annotations.NotNull;
public class SimpleParam {
public void test(@NotNull Object o) {
}
}