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:
parent
a6b021aaf0
commit
b13262beb8
@ -137,7 +137,7 @@ public class Procedure extends Scope {
|
||||
}
|
||||
|
||||
public void setCodeSegment(String codeSegment) {
|
||||
this.codeSegment = codeSegment;
|
||||
this.segmentCode = segmentCode;
|
||||
}
|
||||
|
||||
public List<String> getParameterNames() {
|
||||
|
Loading…
Reference in New Issue
Block a user