immutable_function.dot 729 B

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