Loading 10_constants/Syn_10_Constants_004.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -12,18 +12,18 @@ module Syn_10_Constants_004 { const integer c_i1 := 5; altstep a_alt() runs on GeneralComp { altstep a_Syn_10_Constants_004() runs on GeneralComp { const integer cl_j := 12; [] t.timeout { const integer cl_k := 13; } } function f_fn() runs on GeneralComp { function f_Syn_10_Constants_004() runs on GeneralComp { const integer cl_i := 2; } testcase tc_testcase() runs on GeneralComp { testcase TC_Syn_10_Constants_004() runs on GeneralComp { const integer cl_i := 3; } Loading 10_constants/TODO +1 −0 Original line number Diff line number Diff line missing - init with functions - init with expressions - init structured types with optional fields Loading
10_constants/Syn_10_Constants_004.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -12,18 +12,18 @@ module Syn_10_Constants_004 { const integer c_i1 := 5; altstep a_alt() runs on GeneralComp { altstep a_Syn_10_Constants_004() runs on GeneralComp { const integer cl_j := 12; [] t.timeout { const integer cl_k := 13; } } function f_fn() runs on GeneralComp { function f_Syn_10_Constants_004() runs on GeneralComp { const integer cl_i := 2; } testcase tc_testcase() runs on GeneralComp { testcase TC_Syn_10_Constants_004() runs on GeneralComp { const integer cl_i := 3; } Loading
10_constants/TODO +1 −0 Original line number Diff line number Diff line missing - init with functions - init with expressions - init structured types with optional fields