mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 23:41:30 +00:00
Update binary expression inference, see #35; Update dependencies
This commit is contained in:
@ -185,8 +185,8 @@ export { usize };
|
||||
@builtin
|
||||
declare function bool(value: void): bool;
|
||||
namespace bool {
|
||||
export const MIN_VALUE: bool = 0;
|
||||
export const MAX_VALUE: bool = 1;
|
||||
export const MIN_VALUE: bool = false;
|
||||
export const MAX_VALUE: bool = true;
|
||||
}
|
||||
export { bool };
|
||||
|
||||
|
Reference in New Issue
Block a user