mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C#: Address review comment.
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user