digraph "" { A[shape="box"label=<
A
Public Functions:
f()
g()
>]; B[shape="box"label=<
B
Public Functions:
g()
>]; C -> A [ label="1" ]; C -> B [ label="2" ]; C[shape="box"label=<
C
Public Functions:
f()

'g()' collides in inherited contracts A, B where B is chosen.
>]; }