We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629eb65 commit 443f98cCopy full SHA for 443f98c
crates/cairo-lang-semantic/src/expr/test_data/constant
@@ -621,5 +621,4 @@ const OR_FT: () = assert(false || true);
621
const AND_SHORT_CIRCUIT: () = assert(!(false && boom()));
622
const OR_SHORT_CIRCUIT: () = assert(true || boom());
623
624
-
625
//! > expected_diagnostics
0 commit comments