Explorar o código

Interfaces can have overloaded methods.

woollybah %!s(int64=8) %!d(string=hai) anos
pai
achega
61dea80eda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      decl.bmx

+ 1 - 1
decl.bmx

@@ -2901,7 +2901,7 @@ End Rem
 				For Local decl2:TFuncDecl=EachIn impls
 					If decl.IdentLower() = decl2.IdentLower()
 						If decl2.argDecls.Length = decl.argDecls.Length And Not decl2.EqualsFunc( decl )
-							Err "Cannot mix incompatible method signatures." + decl2.ToString() + " vs " + decl.ToString() + "."
+						'	Err "Cannot mix incompatible method signatures." + decl2.ToString() + " vs " + decl.ToString() + "."
 						Else
 							found = True
 						End If