Skip to content

Activate statement should be fixed according to the standard

Currently, the activate statement accepts altsteps only. However object references of default type should also work.

testcase tc_activate() runs on CT {
    var default v_def := null;
    activate(v_def);
}