pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:798:    };    class B {    inherit A;    constant i = 1;    };    return B()->f();   ]], "foo")      // Warnings    - test_compile_warning([[ int *a ]]) - test_compile_warning([[ int|float *a ]]) +    test_compile_warning([[ [mixed]1 ]])   test_compile_warning([[    class A { int a = 6; };    class B {    constant a = 5;    inherit A;    };   ]])      //