correctly decompile interface object fields
This commit is contained in:
BIN
testData/classes/pkg/TestInterfaceWithObject.class
Normal file
BIN
testData/classes/pkg/TestInterfaceWithObject.class
Normal file
Binary file not shown.
8
testData/results/TestInterfaceWithObject.dec
Normal file
8
testData/results/TestInterfaceWithObject.dec
Normal file
@@ -0,0 +1,8 @@
|
||||
package pkg;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public interface TestInterfaceWithObject {
|
||||
BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO;
|
||||
}
|
||||
|
||||
13
testData/src/pkg/TestInterfaceWithObject.java
Normal file
13
testData/src/pkg/TestInterfaceWithObject.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package pkg;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @author Alexandru-Constantin Bledea
|
||||
* @since March 06, 2016
|
||||
*/
|
||||
public interface TestInterfaceWithObject {
|
||||
|
||||
BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user