diff options
Diffstat (limited to 'testData/results/TestCodeConstructs.dec')
-rw-r--r-- | testData/results/TestCodeConstructs.dec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testData/results/TestCodeConstructs.dec b/testData/results/TestCodeConstructs.dec index da9b30c..d2d5c75 100644 --- a/testData/results/TestCodeConstructs.dec +++ b/testData/results/TestCodeConstructs.dec @@ -1,11 +1,8 @@ package pkg; - class TestCodeConstructs { - private int count = 0; - void expressions() { (new String()).hashCode(); } |