mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
Mark a bug.
From ReSharper code analysis.
This commit is contained in:
parent
8b210d8b66
commit
778613dccb
@ -67,7 +67,7 @@ namespace CapnpC.Model
|
||||
declaringType = (declaringType as TypeDefinition)?.DeclaringElement as IHasGenericParameters;
|
||||
}
|
||||
|
||||
ElementType?.InheritFreeParameters(declaringType);
|
||||
ElementType?.InheritFreeParameters(declaringType); // BUG: this is always null
|
||||
}
|
||||
|
||||
Type SubstituteGenerics(Type type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user