Files
fernflower/testData/results/TestInterfaceWithObject.dec
2016-03-17 23:07:32 +02:00

9 lines
146 B
Plaintext

package pkg;
import java.math.BigDecimal;
public interface TestInterfaceWithObject {
BigDecimal BUGS_IN_THE_DECOMPILER = BigDecimal.ZERO;
}