mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Add fmod compiler test
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user