mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
whoops, fix for parameterless constructors
This commit is contained in:
parent
b95326690d
commit
54acb6c050
@ -1738,6 +1738,7 @@ namespace RusticiSoftware.Translator.CLR
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (matchingArgs)
|
||||
{
|
||||
ResolveResult res = new ResolveResult();
|
||||
@ -1747,7 +1748,6 @@ namespace RusticiSoftware.Translator.CLR
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// We don't search base, constructors aren't inherited
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user