mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Cleanup of naming change to optional. Fix of builtin optional handling.
This commit is contained in:
@@ -30,5 +30,5 @@ fn void test3()
|
||||
{
|
||||
x = !x;
|
||||
}
|
||||
while (x); // #error: A failable 'bool!' cannot be implicitly converted to a regular boolean value
|
||||
while (x); // #error: 'bool!' cannot be implicitly converted to a regular boolean value
|
||||
}
|
||||
Reference in New Issue
Block a user