[java-decompiler] test data cleanup; warnings
This commit is contained in:
9
testData/results/TestInterfaceFields.dec
Normal file
9
testData/results/TestInterfaceFields.dec
Normal file
@@ -0,0 +1,9 @@
|
||||
package pkg;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public interface TestInterfaceFields {
|
||||
BigDecimal BIG_ZERO = BigDecimal.ZERO;
|
||||
int MAX_BYTE_VALUE = 127;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user