Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ErrorsTest

State Variables

someArr

uint256[] public someArr;

someBytes

bytes someBytes;

Functions

assertionError

function assertionError() public pure;

arithmeticError

function arithmeticError(uint256 a) public pure;

divError

function divError(uint256 a) public pure;

modError

function modError(uint256 a) public pure;

enumConversion

function enumConversion(uint256 a) public pure;

encodeStgError

function encodeStgError() public;

pop

function pop() public;

indexOOBError

function indexOOBError(uint256 a) public pure;

mem

function mem() public pure;

intern

function intern() public returns (uint256);

Enums

T

enum T {
    T1
}