add additional tests for static initializers
This commit is contained in:
6
testData/results/TestInterfaceWithPrimitiveField.dec
Normal file
6
testData/results/TestInterfaceWithPrimitiveField.dec
Normal file
@@ -0,0 +1,6 @@
|
||||
package pkg;
|
||||
|
||||
public interface TestInterfaceWithPrimitiveField {
|
||||
int MAX_BYTE_VALUE = 127;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user