Unit tests updated
This commit is contained in:
14
test/unit/results/TestClassFields.dec
Normal file
14
test/unit/results/TestClassFields.dec
Normal file
@@ -0,0 +1,14 @@
|
||||
package unit.classes;
|
||||
|
||||
|
||||
public class TestClassFields {
|
||||
|
||||
private static int[] sizes;
|
||||
private static String[] names = new String[]{"name1", "name2"};
|
||||
|
||||
|
||||
static {
|
||||
sizes = new int[names.length];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user