Modified expected AST for Faculty according to Faculty.jav
This commit is contained in:
parent
1fb431ab36
commit
eaeb3c4106
@ -4,7 +4,7 @@ class Faculty {
|
||||
Faculty(){
|
||||
super(());
|
||||
}
|
||||
TPH DDBK getFact(TPH DDBL x){
|
||||
TPH DDBK getFact(java.lang.Integer x){
|
||||
return this.fact.apply Signature: [TPH DDBM, TPH DDBN](x);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user