java-decompiler: tests moved
This commit is contained in:
17
testData/results/TestCodeConstructs.dec
Normal file
17
testData/results/TestCodeConstructs.dec
Normal file
@@ -0,0 +1,17 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
class TestCodeConstructs {
|
||||
|
||||
private int count = 0;
|
||||
|
||||
|
||||
void expressions() {
|
||||
(new String()).hashCode();
|
||||
}
|
||||
|
||||
String fieldIncrement() {
|
||||
int var1 = this.count++;
|
||||
return "id:" + var1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user