contract test {
function fun() public { }
}
// ----
// DeclarationError 1686: (20-45): Function with same name and parameter types defined twice.