You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,7 +151,6 @@ Builtin constants are predefined named values which can be used from anywhere in
145
151
|`MIN_I64: i64`| -2<sup>63</sup> |
146
152
|`MIN_I128: i128`| -2<sup>127</sup> |
147
153
|`MIN_I256: i256`| -2<sup>255</sup> |
148
-
|`__COMPILE_FOR_TESTING__: bool`|`true` when compiling unit tests, `false` otherwise |
149
154
150
155
A builtin constant can be shadowed by a user declaration. For example, the below code is valid in language version 2.3, and the builtin constant will simply be shadowed:
0 commit comments