StackHash.newNode - multiple declarations

Function StackHash.newNode

StackHash.Node* newNode (
  K key
);

Function StackHash.newNode

StackHash.Node* newNode (
  K key,
  V val
);