Increased complexity of test case

function_parameters_fix
parent 0c94ece070
commit ae789c9114

@ -2,12 +2,12 @@ module simple_class_ref;
class A
{
static int aVal = 55;
static int aVal = 55+6;
}
class TestClass
{
static int x = 2;
static int x = 2+1;
static A y;
static class P

Loading…
Cancel
Save