Skip to content

Commit

Permalink
C#: Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Jan 13, 2025
1 parent b358f33 commit d0d5e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csharp/ql/lib/semmle/code/csharp/Type.qll
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Type extends Member, TypeContainer, @type {

/**
* Holds if this type is a ref like type.
*
* Only `ref struct` types are considered ref like types.
*/
predicate isRefLikeType() { none() }
}
Expand Down

0 comments on commit d0d5e0d

Please sign in to comment.