parent
d50e8a860e
commit
06c993b508
Binary file not shown.
@ -0,0 +1,8 @@ |
||||
package pkg; |
||||
|
||||
import java.math.BigDecimal; |
||||
|
||||
public interface TestInterfaceWithObject { |
||||
BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO; |
||||
} |
||||
|
@ -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; |
||||
|
||||
} |
Loading…
Reference in new issue