correctly decompile interface object fields
This commit is contained in:
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