1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-27 09:31:18 +00:00

- Added test cases.

- Merged remaining code change that is not in master remote.
This commit is contained in:
Flight_Control 2023-04-04 20:11:09 +02:00
parent a6b021aaf0
commit b13262beb8

View File

@ -137,7 +137,7 @@ public class Procedure extends Scope {
}
public void setCodeSegment(String codeSegment) {
this.codeSegment = codeSegment;
this.segmentCode = segmentCode;
}
public List<String> getParameterNames() {