9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
package pkg;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
public interface TestInterfaceWithObject {
|
|
BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO;
|
|
}
|
|
|