blob: 5b82c89f8ba01ebf828ff6beae533c35b022a91b [file] [log] [blame]
public class ResolveDuplicateMethodDeclaration {
void foo() {}
void foo() {}
}