Add fmod compiler test

This commit is contained in:
dcodeIO
2018-01-02 23:01:06 +01:00
parent 1221ff129d
commit f507fc8168
5 changed files with 1133 additions and 0 deletions

View File

@ -2088,6 +2088,7 @@ export class Compiler extends DiagnosticEmitter {
);
default:
this.error(DiagnosticCode.Operation_not_supported, expression.range);
throw new Error("not implemented");
}
if (compound) {