File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
csharp/ql/lib/semmle/code/csharp/commons Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ abstract private class ParamsCollectionTypeImpl extends ValueOrRefType {
7979 abstract Type getElementType ( ) ;
8080}
8181
82- private class AddArrayType extends ParamsCollectionTypeImpl instanceof ArrayType {
82+ private class ParamsArrayType extends ParamsCollectionTypeImpl instanceof ArrayType {
8383 override Type getElementType ( ) { result = ArrayType .super .getElementType ( ) }
8484}
8585
86- private class AddCollectionTypes extends ParamsCollectionTypeImpl {
86+ private class ParamsConstructedCollectionTypes extends ParamsCollectionTypeImpl {
8787 private ConstructedType base ;
8888
89- AddCollectionTypes ( ) {
89+ ParamsConstructedCollectionTypes ( ) {
9090 exists ( UnboundGenericType unboundbase |
9191 base = this .getABaseType * ( ) and unboundbase = base .getUnboundGeneric ( )
9292 |
You can’t perform that action at this time.
0 commit comments