FIR: add K/J test with getValue() / value fake cycle

This commit is contained in:
Mikhail Glukhikh
2019-08-29 15:35:41 +03:00
parent f0f4ddecc0
commit 62bb127fc9
5 changed files with 34 additions and 0 deletions
@@ -0,0 +1,3 @@
public class Base {
public int value = 0;
}