1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Update TypeInstance.bf

This commit is contained in:
RogueMacro 2020-05-26 21:05:40 +02:00 committed by GitHub
parent 3714bdb84f
commit 6d3ac2052b
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;
}
}