warning: Global invariant is not checked anywhere in the code ┌─ tests/sources/functional/unused_global_invariant.move:41:9 │ 41 │ invariant exists(@0x2) ==> exists(@0x3); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: Global invariant is not checked anywhere in the code ┌─ tests/sources/functional/unused_global_invariant.move:46:9 │ 46 │ invariant exists>(@0x2) ==> exists>(@0x3); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: Global invariant is not checked anywhere in the code ┌─ tests/sources/functional/unused_global_invariant.move:51:9 │ 51 │ invariant [suspendable] exists(@0x2) ==> exists(@0x3); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: Global invariant is not checked anywhere in the code ┌─ tests/sources/functional/unused_global_invariant.move:57:9 │ 57 │ invariant [suspendable] exists>(@0x2) ==> exists>(@0x3); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: Global invariant is not checked anywhere in the code ┌─ tests/sources/functional/unused_global_invariant.move:63:9 │ 63 │ invariant exists(@0x2) ==> exists(@0x3); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^