-
feat(overload): add errors caused by overloads · 9b68a48cTianqi Yang authored
Add errors: - AmbiguousNewDeclarationError: Ambiguous new declarations with the same parameter list but different return values - ConflictMainError: Multiple main functions - MethodCallAmbiguousError: Ambiguous method matches the method call - NoMatchMethodError: No method matches the call - RedefinitionError: Redefine the same function - VarOverrideMethodError: Try to override the method with a variable Add CommonUtils: - copyList: shallow copy a List
9b68a48c