Suppress warnings about events without "emit"
When I first start the Remix IDE, the following warnings are shown in the Compile tab.
```
remix_tests.sol:13:5: Warning: Invoking events without "emit" prefix is deprecated.
AssertionEvent(result, message);
^-----------------------------^
```
To avoid this, add `emit` in front.
Showing
Please
register
or
sign in
to comment