- strict digraph "tests/contract_testcases/solana/immutable_function.sol" {
- contract [label="contract t\ntests/contract_testcases/solana/immutable_function.sol:1:26-4:2"]
- diagnostic [label="function cannot be declared 'immutable'\nlevel Error\ntests/contract_testcases/solana/immutable_function.sol:1:14-23"]
- diagnostic_5 [label="found contract 't'\nlevel Debug\ntests/contract_testcases/solana/immutable_function.sol:1:26-4:2"]
- diagnostic_6 [label="function cannot be declared 'immutable'\nlevel Error\ntests/contract_testcases/solana/immutable_function.sol:3:18-27"]
- contracts -> contract
- diagnostics -> diagnostic [label="Error"]
- diagnostics -> diagnostic_5 [label="Debug"]
- diagnostics -> diagnostic_6 [label="Error"]
- }
|