cover with tests

This commit is contained in:
Andrey Starovoyt
2014-05-27 16:47:17 +04:00
parent ce036b544a
commit 8e0bbd5967
16 changed files with 134 additions and 5 deletions
@@ -0,0 +1,9 @@
public class Foo {
void m() {
is();.if<caret>
}
boolean is() {
return false;
}
}