1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Merge pull request #298 from RogueMacro/master

Fixed Type.GetMethod
This commit is contained in:
Brian Fiete 2020-05-26 13:38:51 -07:00 committed by GitHub
commit e3739d28de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,8 @@ namespace System
{
if (matched.[Friend]mMethodData != null)
return .Err(.MultipleResults);
else
matched = methodInfo;
}
}