mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +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;
|
declaringType = (declaringType as TypeDefinition)?.DeclaringElement as IHasGenericParameters;
|
||||||
}
|
}
|
||||||
|
|
||||||
ElementType?.InheritFreeParameters(declaringType);
|
ElementType?.InheritFreeParameters(declaringType); // BUG: this is always null
|
||||||
}
|
}
|
||||||
|
|
||||||
Type SubstituteGenerics(Type type)
|
Type SubstituteGenerics(Type type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user